beginscenscript;

// Good item ideas
// a group mental shield

// CREATURE TYPES

begindefinecreature 9; // base creature
// This slot stores the base unedited creature.
// Used for importation.
	cr_size = 128;
	cr_default_script = "basicnpc";
	cr_max_health = 5;

	cr_graphic_template = 150;
	
begindefinecreature 0;
	cr_name = "PC Base";
	cr_graphic_template = 150;
	cr_max_health = 20;
	cr_max_energy = 30;
	cr_regen_rate = 2;
	cr_base_level = 1;
	cr_sound_when_slain = 65;
	
	// These are all of the main character's combat abils.
	// Abilities used in town are handled in hardcode
	cr_abil_num 0 = 0; // punch
	cr_abil_num 1 = 40; // bow
	cr_abil_num 2 = 60; // spell
		
begindefinecreature 10; 
	import = 9;
	cr_name = "Townsman";
	cr_graphic_template = 81;
	cr_max_health = 25;
	cr_base_level = 3;
	cr_default_attitude = 2;
	cr_sound_when_slain = 40;

	cr_start_item 0 = 2;
	cr_start_item_chance 0 = 40;
	cr_start_item 1 = 61;
	cr_start_item_chance 1 = 40;

	cr_abil_num 0 = 24; // punch attack
begindefinecreature 11; 
	cr_graphic_template = 83;
begindefinecreature 12; 
	cr_name = "Townswoman";
	cr_graphic_template = 82;
	cr_sound_when_slain = 41;
begindefinecreature 13; 
	cr_graphic_template = 84;
begindefinecreature 14; 
	cr_name = "Townsman";
	cr_graphic_template = 101;
	cr_sound_when_slain = 40;
begindefinecreature 15; 
	cr_name = "Townswoman";
	cr_graphic_template = 102;
	cr_sound_when_slain = 41;
begindefinecreature 6; 
	cr_name = "Townsman";
	cr_graphic_template = 330;
	cr_sound_when_slain = 40;
begindefinecreature 7; 
	cr_name = "Townswoman";
	cr_graphic_template = 331;
	cr_sound_when_slain = 41;
begindefinecreature 8; 
	cr_name = "Townsman";
	cr_graphic_template = 332;
	cr_sound_when_slain = 40;
begindefinecreature 9; 
	cr_name = "Townswoman";
	cr_graphic_template = 333;
	cr_sound_when_slain = 41;
	cr_start_item 0 = -1;
	cr_start_item 1 = -1;

begindefinecreature 16; // not really used
	cr_name = "Child";
	cr_scaling = 70;

begindefinecreature 18; 
	import = 9;
	cr_name = "Thug";
	cr_graphic_template = 108; //91
	cr_base_level = 2;
	cr_default_attitude = 4;
	cr_sound_when_slain = 40;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 40;
	cr_start_item 1 = 61;
	cr_start_item_chance 1 = 40;

	cr_abil_num 0 = 21; // sword
begindefinecreature 19; // javelin thug
	cr_abil_num 1 = 41; // javelin
begindefinecreature 20; // female thug
	cr_graphic_template = 17;//107; 
	cr_sound_when_slain = 41;

	cr_abil_num 1 = -1; // no missile

begindefinecreature 21; 
	cr_name = "Bandit";
	cr_base_level = 10;
	cr_graphic_template = 91; 
	cr_sound_when_slain = 40;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 62;
	cr_start_item_chance 1 = 15;
	cr_start_item 2 = 31;
	cr_start_item_chance 2 = 8;
	
	cr_abil_num 3 = 78; 
	cr_abil_num 4 = 79; 

begindefinecreature 22; 
	cr_name = "Rogue Warrior";
	cr_base_level = 16;
	cr_graphic_template = 107; 
	cr_sound_when_slain = 41;
	cr_combat_type = 1;

	cr_start_item 0 = 2;
	cr_start_item 1 = 63;
	cr_start_item 2 = 32;
	cr_start_item 3 = 220;
	cr_start_item_chance 3 = 3;

	
	cr_abil_num 5 = 81; 

begindefinecreature 23; 
	cr_name = "Assassin";
	cr_base_level = 22;
	cr_graphic_template = 211; 
	cr_graphic_appearadj = 8;
	cr_combat_type = 0;

	
	cr_abil_num 0 = 227; // poison

	cr_abil_num 6 = 82; 

begindefinecreature 24; // female assassin
	cr_graphic_template = 201; 
	cr_graphic_appearadj = 8;
	cr_sound_when_slain = 41;

begindefinecreature 25; 
	import = 9;
	cr_name = "Bandit Archer";
	cr_graphic_template = 92; 
	cr_base_level = 10;
	cr_default_attitude = 4;
	cr_default_strategy = 2;
	cr_sound_when_slain = 40;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 90;
	cr_start_item_chance 1 = 15;
	cr_start_item 2 = 31;
	cr_start_item_chance 2 = 15;

	cr_abil_num 0 = 21; // sword

	cr_abil_num 1 = 40; // bow

	cr_abil_num 3 = 50; 

begindefinecreature 26; // female
	cr_name = "Rogue Archer";
	cr_base_level = 16;
	cr_graphic_appearadj = 1;
	cr_graphic_template = 115; 
	cr_sound_when_slain = 41;

	cr_start_item 0 = 2;
	cr_start_item 1 = 91;
	cr_start_item 2 = 32;
	cr_start_item 3 = 220;
	cr_start_item_chance 3 = 3;

	cr_abil_num 1 = 235; // bow

	cr_abil_num 4 = 51; 

begindefinecreature 27; 
	cr_name = "Infiltrator";
	cr_base_level = 25;
	cr_graphic_template = 92; 
	cr_graphic_appearadj = 4;
	cr_sound_when_slain = 40;

	cr_start_item 0 = 3;
	cr_start_item 1 = 92;
	cr_start_item 3 = 226;
	
	cr_abil_num 1 = 235; // bow
	
	cr_abil_num 3 = 112; 
	
	cr_abil_num 8 = 61; 
	cr_abil_num 9 = 187; 
	cr_abil_num 10 = 93; 	

	
begindefinecreature 29; // boy
	import = 9;
	cr_name = "Warrior";
	cr_graphic_template = 78;
	cr_base_level = 8;
	cr_default_attitude = 2;
	cr_sound_when_slain = 40;
	cr_combat_type = 1;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 62;
	cr_start_item_chance 1 = 30;
	cr_start_item 2 = 31;
	cr_start_item_chance 2 = 10;
	cr_start_item 3 = 125;
	cr_start_item_chance 3 = 5;
	cr_start_item 4 = 329;
	cr_start_item_chance 4 = 5;
	cr_start_item 5 = 155;
	cr_start_item_chance 5 = 5;

	cr_abil_num 0 = 21; // sword
	
	cr_abil_num 3 = 78; 
	cr_abil_num 4 = 79; 
	
begindefinecreature 30; // girl
	cr_name = "Soldier";
	cr_base_level = 15;
	cr_graphic_template = 100;
	cr_sound_when_slain = 41;

	cr_start_item 0 = 2;
	cr_start_item 1 = 63;
	cr_start_item 2 = 32;
	cr_start_item 3 = 126;
	cr_start_item 4 = 332;
	cr_start_item 5 = 156;

	cr_abil_num 5 = 80; 
	cr_abil_num 6 = 130; 

	

	
begindefinecreature 31; // boy
	cr_name = "Guard";
	cr_max_health = 100;
	cr_base_level = 25;
	cr_graphic_template = 78;
	cr_graphic_appearadj = 0;
	cr_default_script = "mobguard";
	cr_sound_when_slain = 40;

	cr_abil_num 0 = 34; // sword
	
begindefinecreature 32; // boy
	cr_name = "Elite Warrior";
	cr_max_health = 25;
	cr_base_level = 23;
	cr_graphic_template = 95;
	cr_graphic_appearadj = 8;
	cr_sound_when_slain = 40;
	cr_default_script = "basicnpc";

	cr_start_item 0 = 3;
	cr_start_item 1 = 83;
	cr_start_item 2 = 33;
	cr_start_item 3 = 127;
	cr_start_item 4 = 333;
	cr_start_item 5 = 156;

	cr_abil_num 7 = 17; 
	cr_abil_num 8 = 82; 

begindefinecreature 33; // girl
	cr_name = "Blademaster";
	cr_base_level = 27;
	cr_graphic_template = 100;
	cr_graphic_appearadj = 8;
	cr_sound_when_slain = 41;

	cr_abil_num 9 = 18;

begindefinecreature 34; 
	cr_name = "Empire Dervish";
	cr_base_level = 30;
	cr_graphic_template = 95;
	cr_graphic_appearadj = 0;
	cr_sound_when_slain = 40;


begindefinecreature 35; // boy
	import = 9;
	cr_name = "Archer";
	cr_default_strategy = 2;
	cr_graphic_template = 92; 
	cr_base_level = 10;
	cr_default_attitude = 4;
	cr_sound_when_slain = 40;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 91;
	cr_start_item_chance 1 = 30;
	cr_start_item 2 = 31;
	cr_start_item_chance 2 = 20;
	cr_start_item 3 = 125;
	cr_start_item_chance 3 = 10;
	cr_start_item 4 = 329;
	cr_start_item_chance 4 = 10;
	cr_start_item 5 = 155;
	cr_start_item_chance 5 = 10;

	cr_abil_num 0 = 20; // dagger

	cr_abil_num 1 = 40; // bow
	
	cr_abil_num 2 = 50; 
	
begindefinecreature 36; 
	cr_name = "Sharpshooter";
	cr_base_level = 20;
	cr_graphic_appearadj = 1;

	cr_start_item 0 = 3;
	cr_start_item 1 = 314;
	cr_start_item 2 = 32;
	cr_start_item 3 = 127;
	cr_start_item 4 = 330;
	cr_start_item 5 = 156;

	cr_abil_num 1 = 46; // bow

	cr_abil_num 3 = 51; 
	cr_abil_num 5 = 18;

begindefinecreature 37; //female
	cr_name = "Elite Archer";
	cr_base_level = 30;
	cr_graphic_template = 115;
	cr_graphic_appearadj = 8;
	cr_sound_when_slain = 41;


	cr_abil_num 4 = 112; 
	
begindefinecreature 38;  //girl
	cr_name = "Guard";
	cr_base_level = 25;
	cr_default_script = "mobguard";
	cr_default_attitude = 2;
	cr_graphic_template = 100;
	cr_graphic_appearadj = 0;
	cr_sound_when_slain = 41;


begindefinecreature 39; 
	import = 37;
	cr_name = "Empire Archer";
	cr_sound_when_slain = 40;
	cr_base_level = 25;
	cr_graphic_template = 164;
	cr_graphic_coloradj = 2;
	cr_graphic_appearadj = 0;
	
begindefinecreature 40; // male
	import = 9;
	cr_name = "Apprentice";
	cr_graphic_template = 77; 
	cr_max_health = 30;
	cr_base_level = 4;
	cr_default_strategy = 2;
	cr_sound_when_slain = 40;
	cr_combat_type = 2;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 61;
	cr_start_item_chance 1 = 25;
	cr_start_item 2 = 24;
	cr_start_item_chance 2 = 20;
	cr_start_item 3 = 170;
	cr_start_item_chance 3 = 10;
	cr_start_item 4 = 289;
	cr_start_item_chance 4 = 5;
	cr_start_item 5 = 290;
	cr_start_item_chance 5 = 5;

	cr_resistances 7 = 50;
	
	cr_abil_num 0 = 24; 

	cr_abil_num 1 = 60; 

	cr_abil_num 3 = 185; 
	cr_abil_num 4 = 160; 

begindefinecreature 41;  // male
	cr_name = "Mage";
	cr_base_level = 12;
	cr_graphic_appearadj = 2;
	cr_sound_when_slain = 40;

	cr_start_item 0 = 2;
	
	cr_abil_num 1 = 63;
	
	cr_abil_num 3 = 186; 

	cr_abil_num 5 = 120; 
	cr_abil_num 6 = 129; 
	cr_abil_num 7 = 121; 

	
begindefinecreature 42; 
	cr_name = "Rogue Mage"; // female
	cr_base_level = 16;
	cr_graphic_template = 99;
	cr_graphic_appearadj = 4;
	cr_sound_when_slain = 41;

	cr_start_item 0 = 3;
	cr_start_item 1 = 61;
	cr_start_item 2 = 25;
	cr_start_item 3 = 171;
	cr_start_item 4 = 290;
	cr_start_item 5 = 291;

	cr_abil_num 8 = 61; 
	cr_abil_num 9 = 187; 
	cr_abil_num 10 = 90; 
	cr_abil_num 11 = 178; 

begindefinecreature 43; 
	cr_name = "Wizard";
	cr_base_level = 30;
	//cr_abil_num 0 = 83; 
	cr_graphic_template = 77;
	cr_graphic_appearadj = 0;
	cr_graphic_coloradj = 2;
	cr_sound_when_slain = 40;

	cr_abil_num 1 = 71; 

	cr_abil_num 12 = 188; 
	cr_abil_num 13 = 127; 
	cr_abil_num 14 = 93; 

begindefinecreature 44; //
	cr_name = "Sorceress";
	cr_base_level = 26;
	cr_graphic_template = 185;
	cr_graphic_coloradj = 2;
	cr_sound_when_slain = 41;
begindefinecreature 45; 
	cr_name = "Solberg";
	cr_graphic_template = 180;
	cr_graphic_coloradj = 2;
	cr_sound_when_slain = 40;
	
begindefinecreature 47;
	import = 9;
	cr_name = "Acolyte";
	cr_graphic_template = 195;
	cr_graphic_coloradj = 2;
	cr_base_level = 5;
	cr_default_strategy = 2;
	cr_sound_when_slain = 40;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 350;
	cr_start_item_chance 1 = 10;
	cr_start_item 2 = 24;
	cr_start_item_chance 2 = 20;
	cr_start_item 3 = 365;
	cr_start_item_chance 3 = 10;
	cr_start_item 4 = 289;
	cr_start_item_chance 4 = 5;
	cr_start_item 5 = 290;
	cr_start_item_chance 5 = 5;

	cr_resistances 7 = 50;
	
	cr_abil_num 0 = 24; 
	
	cr_abil_num 1 = 62; 

	cr_abil_num 3 = 6; 
	cr_abil_num 4 = 8; 
	cr_abil_num 5 = 161; 
	cr_abil_num 6 = 162; 
	
begindefinecreature 48; 
	cr_name = "Priest";
	cr_base_level = 10;
	//cr_abil_num 0 = 86; 
	cr_graphic_template = 195;
	cr_graphic_coloradj = 2;
	//cr_graphic_appearadj = 1;
	
	cr_start_item 0 = 2;
	cr_start_item 1 = 351;
	cr_start_item 2 = 24;
	cr_start_item 3 = 366;
	cr_start_item 4 = 290;
	cr_start_item 5 = 291;

	cr_abil_num 6 = 92; 
	cr_abil_num 7 = 189; 




begindefinecreature 49; 
	cr_name = "Cultist";
	cr_base_level = 15;
	cr_graphic_template = 180;
	cr_graphic_coloradj = 2;
	cr_graphic_appearadj = 8;

	cr_abil_num 8 = 163; 

begindefinecreature 50; 
	cr_name = "High Priest";
	cr_base_level = 25;
	cr_graphic_appearadj = 0;

	cr_start_item 0 = 3;
	cr_start_item 1 = 352;
	cr_start_item 2 = 25;
	cr_start_item 3 = 366;
	cr_start_item 4 = 290;
	cr_start_item 5 = 291;
	
	cr_abil_num 3 = -1; 
	cr_abil_num 4 = -1;
	
	cr_abil_num 9 = 122; 
	cr_abil_num 10 = 65; 

begindefinecreature 51; 
	cr_name = "Dark Cultist";
	cr_base_level = 26;
	cr_graphic_appearadj = 9;

	cr_abil_num 7 = 190; 
	cr_abil_num 8 = 165; 

	cr_abil_num 10 = 128; 
begindefinecreature 52;
	cr_name = "Priestess";
	cr_graphic_template = 190;
	cr_graphic_appearadj = 0;
	cr_sound_when_slain = 41;

begindefinecreature 54; // woman guard
	import = 31;
	cr_graphic_template = 100;
	cr_sound_when_slain = 41;


// Nephil
begindefinecreature 55; 
	import = 9;
	cr_name = "Nephil";
	cr_graphic_template = 111;
	cr_sound_when_slain = 63;
	cr_base_level = 4;
	cr_default_attitude = 4;
	cr_creature_type = 2;
	cr_scaling = 80;
	cr_summon = 1;
	cr_idle_sound = 352;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 30;
	cr_start_item 1 = 62;
	cr_start_item_chance 1 = 20;
	cr_start_item 2 = 90;
	cr_start_item_chance 2 = 20;
	cr_start_item 3 = 31;
	cr_start_item_chance 3 = 20;
	cr_start_item 4 = 10;
	cr_start_item_chance 4 = 10;
	cr_start_item 5 = 365;
	cr_start_item_chance 5 = 5;

	cr_abil_num 0 = 21; 
	
begindefinecreature 56; 
	cr_name = "Nephil Archer";
	cr_base_level = 5;
	cr_default_strategy = 2;
	cr_graphic_template = 103;  
	cr_scaling = 90;
	cr_summon = 0;
	
	cr_abil_num 1 = 40; 
begindefinecreature 57; 
	cr_name = "Nephil Warrior";
	cr_base_level = 5;
	cr_default_strategy = 0;
	cr_graphic_template = 112; 
	cr_combat_type = 1;

	cr_start_item 0 = 2;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 82;
	cr_start_item_chance 1 = 10;
	cr_start_item 2 = 91;
	cr_start_item_chance 2 = 10;
	cr_start_item 3 = 31;
	cr_start_item_chance 3 = 20;
	cr_start_item 4 = 11;
	cr_start_item_chance 4 = 6;
	cr_start_item 5 = 366;
	cr_start_item_chance 5 = 5;
	
	cr_abil_num 1 = -1; 

	cr_abil_num 3 = 78; 
	cr_abil_num 4 = 79;
	
begindefinecreature 58; 
	cr_name = "Nephil Spiritist";
	cr_base_level = 6;
	cr_default_strategy = 2;
	cr_graphic_template = 225;
	cr_graphic_appearadj = 0;
	cr_scaling = 100;
	cr_combat_type = 2;

	cr_abil_num 1 = 60; 

	cr_abil_num 3 = 6; 
	cr_abil_num 4 = 161; 
	cr_abil_num 5 = 162; 
	cr_abil_num 6 = 141; 
	cr_abil_num 7 = 185; 
	
begindefinecreature 59; 
	cr_name = "Nephil Chieftain";
	cr_base_level = 6;
	cr_default_strategy = 0;
	cr_graphic_template = 243;
	cr_graphic_appearadj = 0;
	cr_graphic_coloradj = 1;
	cr_combat_type = 1;

	cr_abil_num 0 = 34; 
	cr_abil_num 1 = -1; 
	
	cr_abil_num 4 = 81;
	cr_abil_num 5 = 18;

begindefinecreature 60; 
	import = 9;
	cr_name = "Cockroach";
	cr_graphic_template = 74;
	cr_base_level = 9;
	cr_creature_type = 9;
	cr_stain_when_slain = 4;
	cr_default_attitude = 4;
	cr_sound_when_slain = 77; 
	cr_idle_sound = 360; 
	cr_icon_offset_y = 10;

	cr_abil_num 0 = 230; 
	cr_abil_casting_sound 0 = 127;
begindefinecreature 61; 
	cr_name = "Huge Cockroach";
	cr_base_level = 10;
begindefinecreature 62; 
	cr_name = "Mung Cockroach";
	cr_base_level = 11;
	
	cr_abil_num 0 = 231; //poison bitw 
	cr_abil_casting_sound 0 = 127;
	cr_abil_num 4 = 95; //searing spray
begindefinecreature 63; 
	cr_name = "Guardian Cockroach";
	cr_graphic_template = 79;
	cr_base_level = 12;
	
	cr_abil_num 0 = 35; //cleave claw 
	cr_abil_casting_sound 0 = -1;
	cr_abil_num 5 = 95; //biting frenzy
	cr_abil_num 6 = 114; //biting frenzy

// Nephar
begindefinecreature 64; 
	import = 55;
	cr_name = "Nephar";
	cr_base_level = 17;
begindefinecreature 65; 
	import = 56;
	cr_name = "Nephar Archer";
	cr_base_level = 19;

	cr_abil_num 3 = 50; 
	cr_abil_num 4 = 51;
begindefinecreature 66; 
	import = 57;
	cr_name = "Nephar Warrior";
	cr_base_level = 19;
	cr_combat_type = 1;

	cr_abil_num 3 = 147; 
	cr_abil_num 4 = 81;
	cr_abil_num 5 = 18;

begindefinecreature 67; 
	import = 58;
	cr_name = "Nephar Spiritist";
	cr_base_level = 20;
	cr_combat_type = 2;

	cr_abil_num 1 = 63;
	
	cr_abil_num 6 = 114; 
	cr_abil_num 7 = 187; 
	cr_abil_num 8 = 160; 
begindefinecreature 68; 
	import = 59;
	cr_name = "Nephar Chieftain";
	cr_base_level = 22;
	cr_combat_type = 1;

	cr_abil_num 1 = -1;
	
	cr_abil_num 10 = 134;

// Sliths
begindefinecreature 72; 
	import = 9;
	cr_name = "Slith";
	cr_graphic_template = 113;
	cr_sound_when_slain = 64;
	cr_base_level = 11;
	cr_default_attitude = 4;
	cr_creature_type = 3;
	cr_scaling = 80;
	cr_summon = 0;
	cr_idle_sound = 354;

	cr_start_item 0 = 2;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 396;
	cr_start_item_chance 1 = 10;
	cr_start_item 2 = 118;
	cr_start_item_chance 2 = 15;
	cr_start_item 3 = 31;
	cr_start_item_chance 3 = 20;
	cr_start_item 4 = 11;
	cr_start_item_chance 4 = 10;
	cr_start_item 5 = 108;
	cr_start_item_chance 5 = 10;
	
	cr_resistances 2 = 50;

	cr_abil_num 0 = 22; 
begindefinecreature 73; 
	cr_name = "Slith Warrior";
	cr_base_level = 15;
	cr_graphic_template = 114;
	cr_scaling = 90;
	cr_summon = 0;
	cr_combat_type = 1;


	cr_abil_num 3 = 78; 
	cr_abil_num 4 = 79; 
	cr_abil_num 5 = 80; 
	
begindefinecreature 74; 
	import = 72;
	cr_name = "Slith Mage";
	cr_base_level = 16;
	cr_default_strategy = 2;
	cr_graphic_template = 113;
	cr_graphic_appearadj = 1;
	cr_scaling = 90;
	cr_summon = 0;
	cr_combat_type = 2;

	cr_abil_num 1 = 70; 
	
	cr_abil_num 5 = 120; 
	cr_abil_num 6 = 129; 
	cr_abil_num 7 = 121; 

	cr_abil_num 8 = 61; 
	cr_abil_num 9 = 186; 
	
begindefinecreature 75; 
	cr_name = "Slith Enchanter";
	cr_base_level = 24;
	cr_graphic_appearadj = 9;
	
	cr_abil_num 1 = 71; 

	cr_abil_num 10 = 90; 
	cr_abil_num 11 = 178; 
	cr_abil_num 12 = 187; 
	cr_abil_num 13 = 127; 

begindefinecreature 76; 
	cr_name = "Slith Shaman";
	cr_base_level = 16;
	cr_graphic_template = 113; 
	cr_graphic_appearadj = 2;
	cr_combat_type = 0;

	cr_start_item 0 = 3;
	cr_start_item 1 = 396;
	cr_start_item 2 = 119;
	cr_start_item 3 = 32;
	cr_start_item 4 = 11;
	cr_start_item 5 = 110;

	cr_abil_num 1 = 62; 
	cr_abil_num 6 = 92; 
	cr_abil_num 7 = 189; 
	cr_abil_num 8 = 163; 

	
begindefinecreature 77; 
	cr_name = "Slith Priest";
	cr_base_level = 25;
	cr_graphic_appearadj = 8;
	
	cr_abil_num 9 = 122; 
	cr_abil_num 10 = 65; 
	cr_abil_num 11 = 93; 

begindefinecreature 78; 
	import = 73;
	cr_name = "Slith Chieftain";
	cr_base_level = 17;
	cr_default_strategy = 0;
	cr_graphic_template = 263;
	cr_graphic_appearadj = 0;
	cr_graphic_coloradj = 1;
	cr_scaling = 100;
	cr_combat_type = 1;
	

	cr_abil_num 5 = 80; 
	cr_abil_num 6 = 130; 
	cr_abil_num 7 = 17; 
	cr_abil_num 8 = 82; 
	cr_abil_num 9 = 18;
	cr_abil_num 10 = 134;
	
begindefinecreature 79; 
	import = 72;
	cr_name = "Savage Slith";
	cr_base_level = 25;
	cr_graphic_template = 113;
	cr_graphic_appearadj = 16;
	cr_scaling = 100;

	cr_start_item 1 = 397;

	cr_abil_num 4 = 79; 
	cr_abil_num 5 = 80; 
begindefinecreature 80; 
	import = 73;
	cr_name = "Slith Scourger";
	cr_base_level = 28;
	cr_graphic_template = 114;
	cr_graphic_appearadj = 16;
	cr_scaling = 100;

	//cr_abil_num 1 = -1;
	
	cr_start_item 1 = 397;

	cr_abil_num 6 = 130; 
begindefinecreature 81; 
	import = 77;
	cr_name = "Slith Cultist";
	cr_base_level = 28;
	cr_graphic_appearadj = 17;
	cr_scaling = 100;

	cr_abil_num 12 = 128; 
	cr_abil_num 13 = 163; 

begindefinecreature 82; 
	import = 72;
	cr_name = "Slith Flinger";
	cr_base_level = 16;
	//cr_graphic_coloradj = 256;
	cr_default_strategy = 2;
	cr_graphic_appearadj = 4;
	cr_scaling = 90;

	cr_abil_num 1 = 41; 
	cr_abil_num 2 = 49; 

	cr_abil_num 3 = 55; 
	
// Goblin
begindefinecreature 83; 
	import = 9;
	cr_name = "Goblin";
	cr_graphic_template = 4;
	cr_sound_when_slain = 44; 
	cr_base_level = 2;
	cr_default_attitude = 4;
	cr_creature_type = 1;
	cr_scaling = 70;
	cr_summon = 1;
	cr_idle_sound = 340;

	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 25;
	cr_start_item 1 = 61;
	cr_start_item_chance 1 = 15;
	cr_start_item 2 = 60;
	cr_start_item_chance 2 = 15;
	cr_start_item 3 = 5;
	cr_start_item_chance 3 = 8;
	cr_start_item 4 = 155;
	cr_start_item_chance 4 = 8;

	cr_abil_num 0 = 20; 
begindefinecreature 84; 
	cr_name = "Goblin Warrior";
	cr_base_level = 3;
	cr_graphic_template = 72;
	cr_scaling = 85;
	cr_summon = 0;
	cr_combat_type = 1;

	cr_start_item 1 = 62;

	cr_abil_num 2 = 78; 
	cr_abil_num 3 = 147; 

begindefinecreature 85; 
	cr_name = "Goblin Shaman";
	cr_base_level = 3;
	cr_default_strategy = 2;
	cr_graphic_template = 4;
	cr_graphic_coloradj = 2;
	cr_combat_type = 2;

	cr_start_item 5 = 220;
	cr_start_item_chance 5 = 5;

	cr_abil_num 1 = 60; 

	cr_abil_num 2 = 161; 
	cr_abil_num 3 = 185; 
	cr_abil_num 4 = 6; 

begindefinecreature 86; 
	cr_name = "Goblin Chief";
	cr_base_level = 4;
	cr_bonus_aps = 3;
	cr_default_strategy = 0;
	cr_graphic_template = 72;
	cr_graphic_coloradj = 2;
	cr_scaling = 100;
	cr_combat_type = 1;

	cr_abil_num 1 = -1; 
	
	cr_abil_num 2 = 78; 
	cr_abil_num 3 = 147; 
	cr_abil_num 4 = 130; 
begindefinecreature 87; 
	import = 84;
	cr_name = "Goblin Bandit";
	cr_base_level = 11;
	cr_scaling = 100;

	cr_abil_num 3 = 147; 
	cr_abil_num 4 = 70; 

begindefinecreature 88; 
	import = 83;
	cr_name = "Goblin Flinger";
	cr_base_level = 3;
	cr_default_strategy = 2;
	cr_scaling = 80;
	cr_graphic_appearadj = 16;
	cr_summon = 0;

	cr_abil_num 1 = 56; 

	cr_start_item 5 = 118;
	cr_start_item_chance 5 = 40;
	
begindefinecreature 89; 
	import = 9;
	cr_name = "Young Ogre";
	cr_graphic_template = 30;
	cr_sound_when_slain = 45;
	cr_base_level = 10; 
	cr_default_attitude = 4;
	cr_creature_type = 1;
	cr_scaling = 80;
	cr_summon = 1;
	cr_idle_sound = 349;

	cr_start_item 0 = 2;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 82;
	cr_start_item_chance 1 = 20;
	cr_start_item 2 = 4;
	cr_start_item_chance 2 = 15;
	cr_start_item 3 = 194;
	cr_start_item_chance 3 = 8;
	cr_start_item 4 = 195;
	cr_start_item_chance 4 = 8;

	cr_abil_num 0 = 24; 
begindefinecreature 90; 
	cr_name = "Ogre";
	cr_base_level = 16;
	cr_scaling = 90;
	
	cr_abil_num 0 = 220; 
begindefinecreature 91; 
	cr_name = "Hulking Ogre";
	cr_graphic_template = 31;
	cr_bonus_aps = 3;
	cr_base_level = 20;
	cr_scaling = 100;
	cr_summon = 0;

	cr_abil_num 1 = 225;
	cr_abil_num 2 = 226;
	
begindefinecreature 92; 
	cr_name = "Ogre Mage";
	cr_default_strategy = 2;
	cr_graphic_coloradj = 4;
	cr_graphic_template = 30;

	cr_start_item 5 = 121;
	cr_start_item_chance 5 = 4;

	cr_resistances 1 = 100;
	cr_resistances 7 = 100;

	cr_abil_num 1 = 70;
	
	cr_abil_num 2 = 111;
	cr_abil_num 3 = 160;
	cr_abil_num 4 = 96;
	cr_abil_num 5 = 129;
	
begindefinecreature 93; 
	import = 91;
	cr_name = "Ogre Taskmaster";
	cr_graphic_template = 32;
	cr_base_level = 28;

	cr_abil_num 4 = 82;
	cr_abil_num 5 = 18;

begindefinecreature 95; 
	import = 9;
	cr_name = "Hill Giant";
	cr_graphic_template = 14; 
	cr_sound_when_slain = 46;
	cr_base_level = 17;
	cr_default_attitude = 4;
	cr_creature_type = 4;
	cr_scaling = 90;
	cr_summon = 0;
	cr_idle_sound = 350;

	cr_start_item 0 = 2;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 383;
	cr_start_item_chance 1 = 12;
	cr_start_item 2 = 4;
	cr_start_item_chance 2 = 15;
	cr_start_item 3 = 194;
	cr_start_item_chance 3 = 8;
	cr_start_item 4 = 195;
	cr_start_item_chance 4 = 8;
	cr_start_item 5 = 190;
	cr_start_item_chance 5 = 70;

	cr_abil_num 0 = 221; 
begindefinecreature 96; 
	cr_name = "Hill Giant Warrior";
	cr_graphic_template = 15; 
	cr_combat_type = 1;
	cr_base_level = 19;
	cr_scaling = 100;
	
	cr_abil_num 2 = 226; 
	
begindefinecreature 97; 
	cr_name = "Hill Giant Slinger";
	cr_default_strategy = 1;
	cr_base_level = 19;
	cr_graphic_appearadj = 1;
	cr_summon = 0;
	cr_combat_type = 0;

	cr_abil_num 1 = 43; 
	cr_abil_num 2 = -1; 
begindefinecreature 98; 
	cr_name = "Hill Giant Diviner";
	cr_base_level = 20;
	cr_default_strategy = 2;
	cr_graphic_appearadj = 2;
	cr_graphic_template = 14; 
	cr_scaling = 100;
	cr_combat_type = 2;

	cr_start_item 0 = 3;
	cr_start_item 1 = 386;

	cr_abil_num 1 = -1; 
	cr_abil_num 2 = 115; 
	cr_abil_num 3 = 160; 
	cr_abil_num 4 = 129; 
	cr_abil_num 5 = 163; 
	cr_abil_num 6 = 187; 
	cr_abil_num 7 = 116; 
	
begindefinecreature 99; 
	cr_name = "Hill Giant Overseer";
	cr_graphic_template = 15; 
	cr_base_level = 22;
	cr_default_strategy = 0;
	cr_graphic_appearadj = 9;
	cr_scaling = 100;
	cr_combat_type = 1;
	
	cr_abil_num 2 = 226; 
	cr_abil_num 3 = 135; 
	cr_abil_num 4 = 82; 
	cr_abil_num 5 = 18; 
	cr_abil_num 6 = 86; 
	cr_abil_num 7 = -1; 
	
begindefinecreature 100; 
	import = 95;
	cr_name = "Altered Giant";
	cr_base_level = 27;
	cr_graphic_appearadj = 0;
	cr_graphic_coloradj = 8;

	cr_abil_num 2 = 226; // giant bash
	cr_abil_num 3 = 86; // Shattering Blow
	cr_abil_num 4 = 17; // adrenaline rush 

	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
begindefinecreature 101; 
	cr_default_strategy = 1;
	cr_abil_num 1 = 43; 
	cr_abil_num 4 = 96; // hurl thunder
	
begindefinecreature 102; 
	import = 95;
	cr_name = "Cave Giant";
	cr_summon = 1;
begindefinecreature 103; 
	import = 95;
	cr_name = "Reborn Giant";
	cr_graphic_coloradj = 128;

begindefinecreature 104; 
	import = 9;
	cr_name = "Skeleton";
	cr_graphic_template = 10; 
	cr_base_level = 3;
	cr_default_attitude = 4;
	cr_creature_type = 8;
	cr_default_courage = 100;
	cr_stain_when_slain = 3;
	cr_scaling = 90;
	cr_sound_when_slain = 70; 
	cr_summon = 1;

	cr_start_item 0 = 194;
	cr_start_item_chance 0 = 60;
	cr_start_item 1 = 194;
	cr_start_item_chance 1 = 60;
	cr_start_item 2 = 195;
	cr_start_item_chance 2 = 60;

	cr_resistances 4 = 100;
	cr_resistances 6 = 100;
	
	cr_abil_num 0 = 22; 
begindefinecreature 105; 
	cr_name = "Skeletal Warrior";
	cr_base_level = 24;
	cr_graphic_coloradj = 4;
	cr_scaling = 100;

	cr_abil_num 0 = 34; 

	cr_abil_num 2 = 130; 
	cr_abil_num 3 = 81; 
	cr_abil_num 4 = 82; 

begindefinecreature 106; 
	import = 104;
	cr_name = "Zombie";
	cr_sound_when_slain = 51; 
	cr_graphic_template = 11;
	cr_graphic_coloradj = 0;
	cr_base_level = 5;
	cr_stain_when_slain = 4;
	cr_scaling = 90;
	cr_idle_sound = 344;

	cr_start_item 0 = 196;
	cr_start_item_chance 0 = 20;
	cr_start_item 1 = 196;
	cr_start_item_chance 0 = 20;
	cr_start_item 2 = -1;

	cr_abil_num 0 = 32; 
	cr_abil_casting_sound 0 = 62;
begindefinecreature 107; 
	cr_name = "Revenant";
	cr_base_level = 20;
	cr_graphic_appearadj = 4;
	cr_scaling = 100;

	cr_abil_num 0 = 35;
	
	cr_abil_num 2 = 225;
	 
begindefinecreature 108; 
	cr_name = "Pustulent Zombie";
	cr_base_level = 28;
	cr_graphic_appearadj = 2;

	cr_abil_num 3 = 222; 
begindefinecreature 109; 
	import = 104;
	cr_name = "Wight";
	cr_graphic_template = 13;
	cr_base_level = 12;
	cr_sound_when_slain = 184; 
	cr_graphic_coloradj = 1;
	cr_graphic_appearadj = 0;
	cr_scaling = 90;
	
	cr_abil_num 0 = 35; 
begindefinecreature 110; 
	cr_name = "Ghoul";
	cr_base_level = 8;
	cr_graphic_coloradj = 0;
	cr_stain_when_slain = 4;
	cr_scaling = 80;

	cr_abil_num 0 = 33; 

begindefinecreature 111; 
	cr_name = "Ghast";
	cr_base_level = 16;
	cr_graphic_coloradj = 2;
	cr_scaling = 100;

	cr_abil_num 2 = 36; 
begindefinecreature 112; 
	import = 104;
	cr_name = "Shade";
	cr_graphic_template = 118;
	cr_graphic_appearadj = 64;
	cr_base_level = 7;
	cr_sound_when_slain = 60;
	cr_stain_when_slain = -1;
	cr_summon = 0;
	cr_idle_sound = 357;

	cr_abil_num 0 = 224; 
	
begindefinecreature 113; 
	cr_name = "Greater Shade";
	cr_base_level = 12;
	cr_graphic_appearadj = 66;

	cr_abil_num 2 = 98; 
begindefinecreature 114; 
	cr_name = "Vengeful Shade";
	cr_base_level = 24;
	cr_graphic_appearadj = 68;

begindefinecreature 115; 
	cr_name = "Divine Shade";
	cr_base_level = 30;
	//cr_abil_num 0 = 87; 
	cr_graphic_appearadj = 65;
	cr_bonus_aps = 3;

	cr_abil_num 3 = 173; 
	cr_abil_num 4 = 82; 
	cr_abil_num 5 = 202; 
begindefinecreature 116; 
	cr_name = "Specter";
	cr_base_level = 22;
	cr_graphic_template = 81;
	cr_graphic_appearadj = 32;

	cr_abil_num 0 = 223; 
	
	cr_abil_num 2 = 113; 
	cr_abil_num 3 = -1; 
	cr_abil_num 4 = -1; 
	cr_abil_num 5 = -1; 

begindefinecreature 117; 
	import = 104;
	cr_name = "Lich";
	cr_base_level = 30;
	cr_default_strategy = 1;
	cr_graphic_appearadj = 64;
	cr_summon = 0;

	cr_resistances 7 = 100;

	cr_abil_num 0 = 33;
	cr_abil_num 1 = 71; 
	
	cr_abil_num 2 = 129; 
	cr_abil_num 3 = 188; 
	cr_abil_num 4 = 93; 
	cr_abil_num 5 = 91; 
	//cr_abil_num 6 = 65; 
	cr_abil_num 7 = 173; 
	
begindefinecreature 118; 
	import = 106;
	cr_name = "Vampire";
	cr_graphic_template = 101; 
	cr_graphic_coloradj = 1;
	cr_graphic_appearadj = 0;
	cr_base_level = 20;
	cr_summon = 0;

	cr_abil_num 0 = 223; 
	cr_abil_num 2 = 65; 
	cr_abil_num 3 = 106; 
	cr_abil_num 4 = 108; 

begindefinecreature 119;
	import = 112;
	cr_name = "Banshee";
	cr_base_level = 25;
	cr_graphic_template = 102;
	cr_default_strategy = 1;
	cr_creature_type = 8;
	cr_stain_when_slain = -1;
	cr_summon = 0;

	cr_abil_num 0 = 223; 

	cr_abil_num 2 = 65; 
	cr_abil_num 3 = 127; 

begindefinecreature 120; 
	import = 111;
	cr_name = "Quickghast";
	cr_base_level = 24;
	cr_graphic_appearadj = 64;
	cr_bonus_aps = 8;

	cr_abil_num 3 = 136;
	
begindefinecreature 121; 
	import = 104;
	cr_name = "Ruby Skeleton";
	cr_base_level = 15;
	cr_graphic_coloradj = 2;
	cr_graphic_appearadj = 1;

	cr_start_item 3 = 9;
	cr_start_item_chance 3 = 50;

	cr_start_item 4 = 9;
	cr_start_item_chance 4 = 50;

	cr_abil_num 3 = 93;

begindefinecreature 122;
	import = 106;
	cr_name = "Clay Homonculus";
	cr_base_level = 15;
	cr_max_health = 200;
	cr_graphic_coloradj = 128;
	cr_default_script = "mobdivide";
	cr_ability = 32;
	cr_summon = 0;
	
	cr_abil_num 0 = 223;
	
begindefinecreature 125; 
	import = 9;
	cr_name = "Golem of Blades";
	cr_base_level = 24;
	cr_graphic_template = 105;
	cr_stain_when_slain = 2;
	cr_sound_when_slain = 52;
	cr_default_courage = 100;
	cr_creature_type = 11;
	cr_scaling = 80;
	cr_graphic_coloradj = 128;
	cr_combat_type = 1;
	cr_idle_sound = 363;

	cr_start_item 0 = 190;
	cr_start_item_chance 0 = 50;
	cr_start_item 1 = 190;
	cr_start_item_chance 1 = 50;
	cr_start_item 2 = 262;
	cr_start_item_chance 2 = 50;
	cr_start_item 3 = 262;
	cr_start_item_chance 3 = 50;
	cr_start_item 4 = 489;
	cr_start_item_chance 4 = 2;
	cr_start_item 5 = 596;
	cr_start_item_chance 5 = 1;

	cr_resistances 4 = 100;

	cr_abil_num 0 = 34; 

	cr_abil_num 2 = 130;   // blade sweep
	cr_abil_num 3 = 81; 
begindefinecreature 126; 
	cr_name = "Fire Golem";
	cr_base_level = 25;
	cr_default_strategy = 1;
	cr_graphic_appearadj = 1;
	cr_scaling = 90;
	cr_graphic_coloradj = 0;
	cr_combat_type = 0;

	cr_resistances 2 = 100;

	cr_abil_num 0 = 38; 

	cr_abil_num 2 = 110; 
	cr_abil_num 3 = -1; 

	cr_start_item 4 = 9;
	cr_start_item_chance 4 = 5;
begindefinecreature 127; 
	cr_name = "Ice Golem";
	cr_base_level = 25;
	cr_graphic_coloradj = 1;
	cr_graphic_appearadj = 0;

	cr_resistances 1 = 50;
	cr_resistances 2 = 0;
	cr_resistances 6 = 100;

	cr_abil_num 0 = 39; 

	cr_abil_num 2 = 111; 

	cr_start_item 4 = 214;
	cr_start_item_chance 4 = 5;
begindefinecreature 128; 
	cr_name = "Jeweled Golem";
	cr_default_strategy = 0;
	cr_bonus_aps = 6;
	cr_base_level = 26;
	cr_graphic_coloradj = 4;
	cr_scaling = 100;
	cr_combat_type = 2;
	
	cr_resistances 1 = 100;
	cr_resistances 2 = 0;
	cr_resistances 6 = 0;

	cr_abil_num 0 = 35; // cleave claw

	cr_abil_num 2 = 99; // energy cone
	cr_abil_num 3 = 71; // kill

	cr_start_item 4 = 4;
	cr_start_item_chance 4 = 5;
begindefinecreature 129; 
	cr_name = "Demon Golem";
	cr_base_level = 25;
	cr_graphic_template = 18; 
	cr_graphic_coloradj = 128;
	cr_combat_type = 0;
	
	cr_resistances 1 = 30;
	cr_resistances 2 = 30;
	cr_resistances 6 = 30;

	cr_abil_num 0 = 222; // corrupt bite
	cr_abil_num 1 = 71; //kill

	cr_abil_num 2 = 72; // gaze of terror
	cr_abil_num 3 = 93; // fireblast
	cr_abil_num 4 = 17; // adren rush
	cr_abil_num 5 = 134; // berserk slash
	cr_abil_num 6 = 160; // haste

	cr_start_item 4 = 497;
	cr_start_item_chance 4 = 5;

begindefinecreature 130; 
	cr_name = "Doomguard";
	cr_base_level = 22;
	cr_graphic_template = 105;
	cr_graphic_appearadj = 0;
	cr_default_script = "mobdivide";
	cr_ability = 32;

	cr_abil_num 0 = 35; // cleave claw

	cr_abil_num 1 = -1; // 
	cr_abil_num 2 = 78; // well-aimed blow
	cr_abil_num 2 = -1; // 
	cr_abil_num 3 = -1; // 
	cr_abil_num 4 = -1; // 
	cr_abil_num 5 = -1; // 
	cr_abil_num 6 = -1; // 

	cr_start_item 0 = -1;
	cr_start_item 1 = -1;
	cr_start_item 2 = -1;
	cr_start_item 3 = -1;
	cr_start_item 4 = -1;
	cr_start_item 5 = -1;

begindefinecreature 131; 
	import = 9;
	cr_name = "Cave Worm";
	cr_graphic_template = 117;
	cr_sound_when_slain = 67;
	cr_base_level = 2;
	cr_creature_type = 6;
	cr_default_attitude = 4;
	cr_stain_when_slain = 6;
	cr_scaling = 80;
	cr_summon = 1;
	cr_idle_sound = 346;
	cr_icon_offset_y = -1;

	cr_abil_num 0 = 30; // bite attack
	cr_abil_casting_sound 0 = 50;
	
begindefinecreature 132; 
	cr_name = "Venomous Worm";
	cr_base_level = 4;
	cr_graphic_appearadj = 2;
	
	cr_abil_num 0 = 31; 
begindefinecreature 133; 
	cr_name = "Lava Worm";
	cr_base_level = 8;
	cr_graphic_coloradj = 4;
	cr_graphic_appearadj = 0;
	cr_scaling = 90;
	
	cr_resistances 2 = 75;

	cr_abil_num 0 = 30; 

	cr_abil_num 1 = 60; // fire attack
	cr_abil_casting_sound 1 = 177;

begindefinecreature 134; 
	cr_name = "Frozen Worm";
	cr_base_level = 16;
	cr_graphic_coloradj = 1;
	cr_graphic_appearadj = 0;
	cr_bonus_aps = 0;
	cr_scaling = 100;
	cr_summon = 1;

	cr_resistances 2 = 0;
	cr_resistances 6 = 75;

	cr_abil_num 1 = 63; // ice attack
	cr_abil_num 2 = 98; // ice attack
begindefinecreature 135; 
	cr_name = "Phosphorescent Wyrm";
	cr_base_level = 24;
	cr_special_particle = 20;

	cr_resistances 6 = 0;

	cr_abil_num 1 = -1; // 
	cr_abil_num 2 = -1; // 
	
begindefinecreature 136;  // we just stole a useless worm for this
	import = 131;
	cr_name = "Chitrach Larva";
	cr_base_level = 8;

	
begindefinecreature 137; 
	import = 9;
	cr_name = "Cave Crawler";
	cr_graphic_template = 9;
	cr_sound_when_slain = 300;
	cr_base_level = 3;
	cr_creature_type = 6;
	cr_default_attitude = 4;
	cr_stain_when_slain = 6;
	cr_scaling = 80;
	cr_summon = 1;
	cr_idle_sound = 342;

	cr_abil_num 0 = 30; // bite attack
	cr_abil_casting_sound 0 = 293;
begindefinecreature 138; 
	cr_base_level = 8;
	cr_name = "Spiny Crawler";
	cr_graphic_coloradj = 4;
	
	cr_abil_num 1 = 52; // thorn attack
begindefinecreature 139; 
	cr_base_level = 12;
	cr_name = "Ooze Crawler";
	cr_graphic_coloradj = 1;
	cr_scaling = 90;
	
	cr_abil_num 1 = -1; 

begindefinecreature 140; 
	cr_base_level = 16;
	cr_name = "Searing Crawler";
	cr_graphic_coloradj = 2;
	
	cr_abil_num 0 = 37;
	cr_abil_num 1 = 54; 
begindefinecreature 141; 
	cr_name = "Burrowing Crawler";
	cr_base_level = 20;
	cr_graphic_coloradj = 128;
	cr_scaling = 100;

	cr_base_level = 18;

	cr_abil_num 1 = -1; 

	cr_abil_num 2 = 136; // bite attack
	cr_abil_anim_in_reverse 2 = 0;

begindefinecreature 142;
	cr_name = "Null Bug";
	cr_base_level = 18;
	cr_special_particle = 10;

	cr_abil_num 3 = 106; 


// Gremlin
begindefinecreature 143; 
	import = 9;
	cr_name = "Gremlin";
	cr_graphic_template = 110; 
	cr_graphic_appearadj = 2;
	cr_sound_when_slain = 53; 
	cr_base_level = 16;
	cr_default_attitude = 4;
	cr_creature_type = 1;
	cr_scaling = 80;
	cr_idle_sound = 340;

	cr_resistances 3 = 100;
	cr_resistances 7 = 100;

	cr_start_item 1 = 439;
	cr_start_item_chance 1 = 10;

	cr_abil_num 0 = 35;
	cr_abil_casting_sound 0 = 59;

	cr_abil_num 2 = 36;
	
begindefinecreature 144; 
	import = 9;
	cr_name = "Troglodyte";
	cr_base_level = 14;
	cr_graphic_template = 30;
	cr_creature_type = 1;
	cr_stain_when_slain = 0;
	cr_default_attitude = 4;
	cr_sound_when_slain = 45;
	cr_idle_sound = 349;
	cr_scaling = 90;
	
	cr_start_item 0 = 1;
	cr_start_item_chance 0 = 30;
	cr_start_item 1 = 83;
	cr_start_item_chance 1 = 10;
	cr_start_item 3 = 32;
	cr_start_item_chance 3 = 10;
	cr_start_item 4 = 10;
	cr_start_item_chance 4 = 10;
	cr_start_item 5 = 366;
	cr_start_item_chance 5 = 5;
	
	cr_abil_num 0 = 220; // big club
begindefinecreature 145; 
	cr_name = "Troglodyte";
	cr_base_level = 14;

	cr_abil_num 1 = 57; // bolo

begindefinecreature 146; 
	cr_name = "Troglodyte Shaman";
	cr_base_level = 15;
	cr_graphic_appearadj = 2;
	cr_combat_type = 2;
	cr_scaling = 100;

	cr_abil_num 1 = 63; // icy lance
	cr_abil_num 2 = 92; // call storm
	cr_abil_num 3 = 121; // icy rain
	cr_abil_num 4 = 125; // rain of curses
	cr_abil_num 5 = 163; // ae heal
	
begindefinecreature 147; 
	cr_name = "Troglodyte Khazi";
	cr_base_level = 16;
	cr_graphic_template = 31;
	cr_graphic_appearadj = 0;
	cr_combat_type = 1;
	cr_scaling = 90;
	
	cr_abil_num 0 = 238; // gleaming blade
	cr_abil_num 1 = -1; // 
	cr_abil_num 2 = 170; // thorns
	cr_abil_num 3 = 161; // prot
	cr_abil_num 4 = 162; // war bless
	cr_abil_num 5 = 160; // haste
begindefinecreature 148; 
	cr_name = "Troglodyte Defender";
	cr_base_level = 17;
	cr_graphic_template = 32;
	cr_graphic_coloradj = 0;
	cr_scaling = 100;

	cr_abil_num 2 = 82; // stunning blow
	cr_abil_num 3 = 80; // leg sweep
	cr_abil_num 4 = 130; // blade sweep
	cr_abil_num 5 = 64; // berserk leap
begindefinecreature 149; 
	cr_name = "Troglodyte Lord";
	cr_base_level = 18;
	cr_graphic_template = 32;
	cr_graphic_coloradj = 4;

	cr_abil_num 6 = 86; // shattering blow
	cr_abil_num 7 = 148; // bladeshield

begindefinecreature 151; 
	import = 9;
	cr_name = "Huge Rat";
	cr_graphic_template = 80;
	cr_sound_when_slain = 48;
	cr_base_level = 1;
	cr_creature_type = 6;
	cr_default_attitude = 4;
	cr_scaling = 70;
	cr_summon = 1;
	cr_icon_offset_y = 12;
	cr_idle_sound = 347;
	cr_missile_firing_height = -10;

	cr_start_item 0 = 578;
	cr_start_item_chance 0 = 10;
	
	cr_abil_num 0 = 30; // bite attack
	cr_abil_casting_sound 0 = 94;
begindefinecreature 152; 
	cr_name = "Giant Rat";
	cr_base_level = 3;
	cr_scaling = 80;
begindefinecreature 153; 
	cr_name = "Fierce Rat";
	cr_base_level = 9;
	cr_graphic_appearadj = 1;
	cr_scaling = 90;

	cr_abil_num 0 = 37; 
begindefinecreature 154; 
	cr_name = "Hulking Caverat";
	cr_base_level = 20;
	cr_graphic_appearadj = 64;
	cr_scaling = 100;

	cr_abil_num 2 = 136; 
	cr_abil_num 3 = 64; 

begindefinecreature 156; 
	cr_name = "Brain Rat";
	cr_base_level = 18;
	cr_graphic_appearadj = 32;
	cr_bonus_aps = 0;

	cr_abil_num 2 = 65; 
	cr_abil_num 3 = 65; 

begindefinecreature 157;
	import = 152; 
	cr_name = "Pustulent Rat";
	cr_base_level = 26;
	cr_default_strategy = 0;
	cr_graphic_appearadj = 18;
	cr_scaling = 100;

	cr_abil_num 0 = 37; 

	cr_abil_num 2 = 64; 
	cr_abil_num 3 = 102; 
begindefinecreature 158;
	import = 152;
	cr_name = "Vapor Rat";
	cr_base_level = 10;
	cr_graphic_appearadj = 2;

	cr_abil_num 2 = 101; 
	
begindefinecreature 160; 
	import = 9;
	cr_name = "Giant Lizard";
	cr_graphic_template = 6;
	cr_sound_when_slain = 55;
	cr_base_level = 5;
	cr_default_attitude = 4;
	cr_creature_type = 5;
	cr_default_courage = 90;
	cr_scaling = 80;
	cr_summon = 1;
	cr_icon_offset_y = 12;
	cr_idle_sound = 343;

	cr_start_item 0 = 578;
	cr_start_item_chance 0 = 10;
	cr_start_item 1 = 294;
	cr_start_item_chance 1 = 1;

	cr_abil_num 0 = 30; // bite attack
begindefinecreature 161; 
	cr_name = "Fire Lizard";
	cr_base_level = 10;
	cr_default_strategy = 1;
	cr_graphic_coloradj = 4;
	cr_graphic_appearadj = 1;
	cr_scaling = 90;


	cr_resistances 2 = 100;

	cr_abil_num 2 = 97;
begindefinecreature 162; 
	cr_name = "Mutant Lizard";
	cr_base_level = 22;
	cr_default_strategy = 0;
	cr_graphic_coloradj = 0;
	cr_graphic_appearadj = 8;
	cr_scaling = 100;
	
	cr_resistances 2 = 0;
	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
	
	cr_abil_num 2 = 18;
	cr_abil_num 3 = 136;
begindefinecreature 163; 
	cr_name = "Crocolisk";
	cr_base_level = 28;
	cr_graphic_appearadj = 2;

	cr_abil_num 2 = 79;
	cr_abil_num 3 = 80;
	cr_abil_num 4 = 81;
begindefinecreature 164; 
	cr_name = "Basilisk";
	cr_base_level = 18;
	cr_graphic_appearadj = 4;
	cr_summon = 0;
	cr_ability = 32;

	cr_abil_num 2 = 136;
	cr_abil_num 3 = 105;
	cr_abil_num 4 = 105;
	cr_abil_num 5 = 105;
begindefinecreature 165; 
	import = 164;
	cr_name = "Ur-Basilisk";
	cr_base_level = 28;
	
begindefinecreature 166; 
	import = 9;
	cr_name = "Bat";
	cr_graphic_template = 3; 
	cr_sound_when_slain = 49;
	cr_base_level = 3;
	cr_default_attitude = 4;
	cr_creature_type = 6;
	cr_default_courage = 70;
	cr_scaling = 80;
	cr_summon = 1;
	cr_idle_sound = 359;

	cr_abil_num 0 = 30;
	cr_abil_casting_sound 0 = 56;
	
begindefinecreature 167; 
	cr_name = "Giant Cavebat";
	cr_base_level = 9;
	cr_scaling = 90;

	cr_abil_num 0 = 37;
begindefinecreature 168; 
	cr_name = "Lava Bat";
	cr_base_level = 15;
	cr_graphic_appearadj = 1;
	cr_scaling = 100;
	
	cr_resistances 2 = 100;

	cr_abil_num 2 = 97;
begindefinecreature 169; 
	import = 166;
	cr_base_level = 24;
	cr_name = "Enormous Cavebat";
	cr_scaling = 100;

	cr_resistances 2 = 0;

	cr_abil_num 0 = 222;

	cr_abil_num 2 = 17;

begindefinecreature 170;
	import = 167;
	cr_name = "Unstable Firebat";
	cr_base_level = 10;
	cr_default_strategy = 1;
	cr_effect_when_slain = 62;
	cr_graphic_appearadj = 17;
	cr_summon = 0;
	
	cr_resistances 2 = 100;


begindefinecreature 171; 
	import = 9;
	cr_name = "Wolf";
	cr_graphic_template = 7; 
	cr_sound_when_slain = 42;
	cr_base_level = 2;
	cr_default_attitude = 4;
	cr_creature_type = 6;
	cr_scaling = 80;
	cr_summon = 1;
	cr_idle_sound = 358;
	cr_icon_offset_y = 8;

	cr_start_item 0 = 578;
	cr_start_item_chance 0 = 10;
	cr_start_item 1 = 294;
	cr_start_item_chance 1 = 1;
	
	cr_abil_num 0 = 30;
	cr_abil_casting_sound 0 = 61;
begindefinecreature 172; 
	cr_name = "Dire Wolf";
	cr_base_level = 6;
	cr_graphic_template = 7; 
begindefinecreature 173; 
	cr_name = "Worg";
	cr_base_level = 11;
	cr_graphic_template = 109; 
	cr_scaling = 100;
	cr_icon_offset_y = 10;

begindefinecreature 175; 
	import = 9;
	cr_name = "Cave Slime";
	cr_graphic_template = 116; 
	cr_sound_when_slain = 300;
	cr_base_level = 3;
	cr_default_attitude = 4;
	cr_default_courage = 100;
	cr_creature_type = 10;
	cr_stain_when_slain = 1;
	//cr_icon_offset_y = 5;
	cr_scaling = 80;
	cr_summon = 1;
	cr_idle_sound = 355;

	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
	cr_resistances 7 = 100;

	cr_abil_num 0 = 228;
	cr_abil_casting_sound 0 = 68;

	cr_start_item 0 = 208;
	cr_start_item_chance 0 = 15;
	cr_start_item 1 = 209;
	cr_start_item_chance 1 = 15;
	cr_start_item 2 = 194;
	cr_start_item_chance 2 = 15;
	cr_start_item 3 = 195;
	cr_start_item_chance 3 = 15;
	cr_start_item 4 = 422;
	cr_start_item_chance 4 = 15;
	cr_start_item 5 = 425;
	cr_start_item_chance 5 = 15;
	
begindefinecreature 176; 
	cr_name = "Searing Slime";
	cr_base_level = 10;
	cr_graphic_coloradj = 4;
	cr_scaling = 90;
	

begindefinecreature 177; 
	cr_name = "Draining Slime";
	cr_base_level = 18;
	cr_special_particle = 12;
	cr_scaling = 100;

	cr_abil_num 0 = 229;
	cr_abil_num 2 = 137;
begindefinecreature 178; 
	cr_name = "Hhortah";
	cr_base_level = 25;
	cr_graphic_coloradj = 128;

begindefinecreature 179; 
	import = 175;
	cr_name = "Ice Pudding";
	cr_base_level = 20;
	cr_graphic_coloradj = 2;
	cr_summon = 0;
	cr_ability = 36;

	cr_resistances 6 = 100;
	
	cr_abil_num 0 = 39;
	cr_abil_num 2 = 98;
	
begindefinecreature 180; 
	import = 9;
	cr_name = "Giant Spider";
	cr_graphic_template = 5;
	cr_sound_when_slain = 47; 
	cr_base_level = 8;
	cr_default_attitude = 4;
	cr_creature_type = 9;
	cr_icon_offset_y = 10;
	cr_summon = 1;
	cr_idle_sound = 356;
	
	cr_abil_num 0 = 31;
	cr_abil_casting_sound 0 = 58;

begindefinecreature 181; 
	cr_name = "Aranea";
	cr_base_level = 9;
	cr_default_strategy = 2;
	cr_graphic_coloradj = 1;
	cr_summon = 0;

	cr_start_item 0 = 493;
	cr_start_item_chance 0 = 20;
	cr_start_item 1 = 493;
	cr_start_item_chance 1 = 20;

	cr_resistances 7 = 50;

	cr_abil_num 1 = 60;
	cr_abil_num 2 = 31;
	cr_abil_num 3 = 63;
	cr_abil_num 4 = 186;

	cr_abil_num 7 = 178;

begindefinecreature 182; 
	import = 180;
	cr_name = "Cave Widow";
	cr_base_level = 15;
	cr_bonus_aps = 3;
	cr_default_strategy = 0;
	cr_graphic_appearadj = 16;
	cr_summon = 1;

	cr_abil_casting_sound 0 = 116;
	
	cr_abil_num 2 = 100;

begindefinecreature 183; 
	import = 181;
	cr_name = "Aranea Seer";
	cr_base_level = 16;
	cr_default_strategy = 2;
	cr_graphic_appearadj = 17;

	cr_abil_num 1 = 63;
	cr_abil_num 6 = 120;
	cr_abil_num 8 = 187;
	cr_abil_num 9 = 127;
	cr_abil_num 10 = 93;

begindefinecreature 184; 
	import = 180;
	cr_name = "Spider";
	cr_base_level = 15;
	cr_default_attitude = 2;
	cr_default_strategy = 0;
	cr_scaling = 80;
	cr_summon = 0;
	cr_graphic_coloradj = 2;

	cr_abil_num 2 = 100;

	
begindefinecreature 185; 
	import = 9;
	cr_name = "Vahnatai";
	cr_graphic_template = 8;
	cr_base_level = 10;
	cr_default_attitude = 2;
	cr_creature_type = 13;
	cr_scaling = 80;
	cr_sound_when_slain = 298;
	cr_missile_firing_height = -10;

	cr_start_item 0 = 2;
	cr_start_item_chance 0 = 20;
	cr_start_item 1 = 6;
	cr_start_item_chance 1 = 12;
	cr_start_item 2 = 7;
	cr_start_item_chance 2 = 8;
	cr_start_item 3 = 22;
	cr_start_item_chance 3 = 20;
	cr_start_item 4 = 86;
	cr_start_item_chance 4 = 10;
	cr_start_item 5 = 115;
	cr_start_item_chance 5 = 10;

	cr_abil_num 0 = 21;
begindefinecreature 186; 
	cr_name = "Vahnatai";
	cr_default_strategy = 1;
	cr_graphic_coloradj = 2;
	cr_abil_num 1 = 42;
begindefinecreature 187; 
	cr_name = "Vahnatai Warrior";
	cr_base_level = 27;
	cr_default_strategy = 0;
	cr_graphic_template = 73; 
	cr_scaling = 90;
	cr_combat_type = 1;

	cr_abil_num 0 = 34;
	cr_abil_num 1 = -1;
	cr_abil_num 2 = 81;
	cr_abil_num 3 = 17;
	cr_abil_num 4 = 148;
	cr_abil_num 5 = 130;
begindefinecreature 188; 
	cr_name = "Vahnatai Warrior";
	cr_graphic_coloradj = 2;

	cr_abil_num 1 = 42;
	cr_abil_num 2 = 147;
	cr_abil_num 3 = 17;
	cr_abil_num 4 = 107;
	cr_abil_num 5 = -1;
begindefinecreature 189; 
	cr_name = "Vahnatai Shaper";
	cr_default_strategy = 2;
	cr_base_level = 27;
	cr_graphic_template = 8; 
	cr_graphic_coloradj = 4;
	cr_combat_type = 2;

	cr_start_item 0 = 3;
	cr_start_item 1 = 6;
	cr_start_item 2 = 7;
	cr_start_item 3 = 22;
	cr_start_item 4 = 87;
	cr_start_item 5 = 116;

	cr_abil_num 4 = 160; 
	cr_abil_num 5 = 120; 
	cr_abil_num 6 = 129; 
	cr_abil_num 7 = 121; 
	cr_abil_num 8 = 61; 
	cr_abil_num 9 = 186; 
	cr_abil_num 10 = 90; 
	cr_abil_num 11 = 178; 
	cr_abil_num 12 = 187; 
begindefinecreature 190; 
	cr_name = "Vahnatai Shaper";
	cr_graphic_template = 8; 
	cr_graphic_coloradj = 1;
	
	cr_abil_num 6 = 92; 
	cr_abil_num 7 = 189; 
	cr_abil_num 8 = 163; 
	cr_abil_num 9 = 122; 
	cr_abil_num 10 = 65; 
	cr_abil_num 11 = 128; 
	cr_abil_num 12 = -1; 

begindefinecreature 191;
	import = 187;
	cr_name = "Vahnatai Myrmidon";
	cr_base_level = 28;
	cr_default_strategy = 0;
	cr_graphic_coloradj = 1;
	cr_scaling = 100;

	cr_abil_num 6 = 82;
	cr_abil_num 7 = 18;
begindefinecreature 192; 
	cr_name = "Vahnatai Lord";
	cr_base_level = 30;
	cr_graphic_appearadj = 20;

	cr_abil_num 8 = 134;

begindefinecreature 193;
	import = 189;
	cr_name = "Hraithe";
	cr_creature_type = 8;
	cr_special_particle = 8;
	cr_graphic_appearadj = 32;
	cr_scaling = 100;
	cr_base_level = 26;

	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
	cr_resistances 6 = 100;
	cr_resistances 7 = 100;
begindefinecreature 194;
	import = 187;
	cr_name = "Vahnavoi";
	cr_creature_type = 8;
	cr_graphic_coloradj = 128;
	cr_scaling = 100;
	cr_base_level = 26;

	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
	cr_resistances 6 = 100;
	cr_resistances 7 = 100;

begindefinecreature 195; 
	import = 9;
	cr_name = "Cave Demon";
	cr_graphic_template = 18; 
	cr_sound_when_slain = 54;
	cr_base_level = 22;
	cr_default_attitude = 4;
	cr_creature_type = 7;
	cr_stain_when_slain = 4;
	cr_scaling = 80;
	cr_icon_offset_y = 8;
	cr_idle_sound = 353;
	cr_missile_firing_height = -35;

	cr_resistances 4 = 100;
	
	cr_abil_num 0 = 35;
begindefinecreature 196; 
	cr_name = "Fiery Demon";
	cr_base_level = 24;
	cr_graphic_appearadj = 1;

	cr_resistances 2 = 100;

	cr_abil_num 2 = 200;
	cr_abil_num 3 = 93;
begindefinecreature 197; 
	cr_name = "Mung Demon";
	cr_base_level = 26;
	cr_graphic_appearadj = 2;
	cr_scaling = 90;

	cr_resistances 5 = 100;
	cr_resistances 2 = 0;

	cr_abil_num 2 = 203;
	cr_abil_num 3 = 108;
begindefinecreature 198; 
	cr_name = "Cryos Demon";
	cr_base_level = 28;
	cr_graphic_appearadj = 4;

	cr_resistances 6 = 100;

	cr_resistances 5 = 0;
	cr_abil_num 2 = 201;
	cr_abil_num 3 = 98;
begindefinecreature 199; 
	cr_name = "Haakai";
	cr_base_level = 30;
	cr_default_strategy = 0;
	cr_graphic_appearadj = 0;
	cr_scaling = 100;
	cr_max_health = 100;

	cr_resistances 2 = 100;
	cr_resistances 6 = 0;
	
	cr_abil_num 0 = 109;
	
	cr_abil_num 3 = 103;
	cr_abil_num 4 = 135;
	cr_abil_num 6 = 65; //dom
	cr_abil_num 7 = 127; //terror
	cr_abil_num 8 = 173;
	cr_abil_num 9 = 191;
	
begindefinecreature 200; 
	import = 195;
	
	cr_name = "Imp";
	cr_base_level = 8;
	cr_graphic_template = 110; 
	cr_sound_when_slain = 53;
	cr_scaling = 80;
	cr_summon = 1;
	cr_idle_sound = 340;

	cr_abil_num 0 = 32;
	cr_abil_casting_sound 0 = 59;

begindefinecreature 201; 
	cr_name = "Scaly Imp";
	cr_base_level = 12;
	cr_scaling = 100;
	
	cr_graphic_appearadj = 2;
	
	cr_abil_num 0 = 33;
	cr_abil_num 2 = 180;

begindefinecreature 202; 
	import = 9;
	cr_name = "Golem";
	cr_base_level = 26;
	cr_graphic_template = 87;
	cr_max_health = 100;
	cr_stain_when_slain = 2;
	cr_sound_when_slain = 52;
	cr_default_courage = 100;
	cr_creature_type = 11;
	cr_icon_offset_y = 8;

	cr_start_item 0 = 190;
	cr_start_item_chance 0 = 80;
	cr_start_item 1 = 190;
	cr_start_item_chance 1 = 80;
	cr_start_item 2 = 190;
	cr_start_item_chance 2 = 80;
	cr_start_item 3 = 190;
	cr_start_item_chance 3 = 80;
	cr_start_item 4 = 190;
	cr_start_item_chance 4 = 80;
	cr_start_item 5 = 4;
	cr_start_item_chance 5 = 25;

	cr_resistances 4 = 100;
	cr_resistances 6 = 50;
	cr_resistances 7 = 100;
	
	cr_abil_num 0 = 225; // punch attack

begindefinecreature 203; 
	cr_name = "Infernal Construct";
	cr_base_level = 30;
	cr_graphic_template = 26;
	cr_graphic_appearadj = 64;
	cr_graphic_coloradj = 128;
	cr_bonus_aps = 3;

	cr_abil_num 2 = 103; 
	cr_abil_num 3 = 104; 
	cr_abil_num 4 = 108; 
	cr_abil_num 5 = 178; 
begindefinecreature 204; 
	import = 202;
	cr_name = "Stone Servant";
	cr_base_level = 3;
	cr_graphic_template = 85;
	cr_bonus_aps = 0;

	cr_abil_num 0 = 24; // punch attack
begindefinecreature 205; 
	cr_name = "Unstable Servant";
	cr_base_level = 12;
	cr_effect_when_slain = 52;
	cr_graphic_appearadj = 1;

	cr_resistances 2 = 100;

begindefinecreature 206; 
	import = 9;
	cr_name = "Ocher Slime";
	cr_graphic_template = 89;
	cr_graphic_coloradj = 4;
	cr_base_level = 4;
	cr_max_health = 5;
	cr_creature_type = 10;
	cr_stain_when_slain = 1;
	cr_sound_when_slain = 300;
	cr_idle_sound = 355;
	cr_icon_offset_y = 1;
	cr_scaling = 80;
	cr_default_attitude = 4;

	cr_abil_num 0 = 83; // melee
begindefinecreature 207; 
	cr_name = "Indigo Slime";
	cr_graphic_coloradj = 2;
	cr_base_level = 5;
	cr_default_strategy = 1;
	cr_scaling = 85;
	cr_sound_when_slain = 129;

	cr_abil_num 1 = 52; // thorn
begindefinecreature 208; 
	cr_name = "Emerald Slime";
	cr_graphic_coloradj = 0;
	cr_base_level = 5;
	cr_default_strategy = 0;
	cr_scaling = 90;
	cr_sound_when_slain = 300;

	cr_abil_num 1 = -1; 
	cr_abil_num 2 = 131; // gooey mist

begindefinecreature 209; 
	cr_name = "Mauve Slime";
	cr_graphic_coloradj = 64;
	cr_base_level = 6;
	cr_max_health = 15;
	cr_default_strategy = 2;
	cr_scaling = 100;
	cr_sound_when_slain = 129;

	cr_abil_num 1 = 60; 

	cr_abil_num 3 = 162; 
	cr_abil_num 4 = 161; 
	cr_abil_num 5 = 6; 
	cr_abil_num 6 = 125; 
	cr_abil_num 7 = 143; 

begindefinecreature 210; 
	import = 208;
	cr_name = "Alien Slime";
	cr_graphic_template = 90;
	cr_graphic_coloradj = 0;
	cr_sound_when_slain = 131;
	cr_base_level = 7;
	cr_default_strategy = 0;
	cr_icon_offset_y = 14;

	cr_abil_num 0 = 35; 
	cr_abil_casting_sound 0 = 130;
	
	cr_abil_num 3 = 114; 

begindefinecreature 211; 
// base for all Roamer imports
	import = 9;
	cr_name = "Hellhound";
	cr_graphic_template = 109;
	cr_base_level = 10;
	cr_creature_type = 6;
	cr_default_attitude = 4;
	cr_default_courage = 90;
	cr_sound_when_slain = 296;
	cr_stain_when_slain = 4;
	cr_scaling = 80;
	cr_summon = 1;
	cr_icon_offset_y = 10;
	cr_idle_sound = 341;

	cr_resistances 2 = 100;

	cr_abil_num 0 = 37; // bite attack

	cr_abil_num 2 = 73; 
	cr_abil_num 3 = 80; 
	cr_abil_num 4 = 81; 

begindefinecreature 212; // hostile Roamer
	cr_name = "Rabid Hellhound";
	cr_base_level = 18;
	cr_graphic_appearadj = 17;
	cr_default_courage = 100;
	cr_scaling = 90;

	cr_abil_num 5 = 97; 
begindefinecreature 213;
	cr_name = "Guardian Hellhound";
	cr_graphic_appearadj = 64;
	cr_base_level = 24;
	cr_scaling = 100;
	
	cr_abil_num 6 = 136; 
	 

begindefinecreature 214;
	import = 9;
	cr_name = "Chitrach";
	cr_graphic_template = 96;
	cr_base_level = 16;
	cr_creature_type = 9;
	cr_default_attitude = 4;
	cr_default_courage = 90;
	cr_sound_when_slain = 47;
	cr_stain_when_slain = 6;
	cr_scaling = 80;
	cr_icon_offset_y = 6;
	cr_idle_sound = 345;
	
	cr_abil_num 0 = 32;
	cr_abil_casting_sound 0 = 297;
	
	cr_start_item 0 = 482;
	cr_start_item_chance 0 = 5;
	cr_start_item 1 = 482;
	cr_start_item_chance 1 = 5;

begindefinecreature 215; 
	cr_name = "Plated Chitrach";
	cr_base_level = 18;
	cr_graphic_coloradj = 2;
	cr_scaling = 100;


	cr_start_item_chance 0 = 20;

	cr_abil_num 0 = 35;

begindefinecreature 216; 
	cr_name = "Warped Chitrach";
	cr_base_level = 24;
	cr_graphic_coloradj = 2;

	cr_start_item_chance 0 = 25;
	
	cr_abil_num 2 = 64;

// 217 DEFINED LATER

begindefinecreature 218;// Turret
	import = 9;
	cr_name = "Thorny Fungus";
	cr_graphic_template = 70;
	cr_max_health = 10;
	cr_base_level = 6;
	cr_creature_type = 10;
	cr_default_script = "mobturret";
	cr_default_courage = 100;	
	cr_sound_when_slain = 67;
	cr_stain_when_slain = 6;
	cr_multiple_facings = 0;
	cr_default_attitude = 4;
	cr_icon_offset_y = 10;
	cr_run_speed = 0;
	cr_graphic_coloradj = 2;

	cr_resistances 7 = 100;
	
	cr_abil_num 1 = 52; // thorn attack
	cr_abil_step_of_launch 0 = 3;
	
begindefinecreature 219;
	cr_name = "Burning Fungus";
	cr_base_level = 10;
	cr_graphic_appearadj = 1;
	
	cr_abil_num 1 = 53;

begindefinecreature 220;
	cr_name = "Submission Fungus";
	cr_base_level = 15;
	cr_graphic_appearadj = 2;

	

begindefinecreature 221;
	cr_name = "Lancing Fungus";
	cr_base_level = 26;
	cr_graphic_coloradj = 4;
	cr_graphic_appearadj = 0;
	
	cr_abil_num 1 = 54;
	//cr_abil_casting_sound 0 = 129;

begindefinecreature 222;
	import = 218;
	cr_name = "Slime Spewer";
	cr_max_health = 100;
	cr_graphic_coloradj = 0;

begindefinecreature 223;
// base for all pylon imports
	import = 9;
	cr_name = "Crystal Soul";
	cr_graphic_template = 75;
	cr_base_level = 28;
	cr_creature_type = 11;
	cr_default_attitude = 4;	
	cr_default_courage = 100;	
	cr_effect_when_slain = 23;
	cr_stain_when_slain = -1;
	cr_sound_when_slain = 52;
	cr_multiple_facings = 0;
	cr_bonus_aps = 5;
	cr_run_speed = 0;

	cr_abil_num 0 = 71; 

	cr_abil_num 3 = 65;
	cr_abil_num 4 = 93;
	cr_abil_num 5 = 106;
	cr_abil_num 6 = 120;
	cr_abil_num 7 = 188;
	cr_abil_num 8 = 202;

begindefinecreature 224; 
	import = 9;
	cr_name = "Unicorn";
	cr_graphic_template = 97;
	cr_base_level = 4;
	cr_creature_type = 6;
	cr_stain_when_slain = 0;
	cr_sound_when_slain = 48;
	cr_idle_sound = 347;
	
	cr_abil_num 0 = 84; 
	
	cr_start_item 0 = 560;
	cr_start_item_chance 0 = 75;

begindefinecreature 225; 
	import = 223;
	cr_name = "Power Crystal";
	cr_base_level = 26;

begindefinecreature 226; // 
// base for all  imports
	import = 9;
	cr_name = "Drake";
	cr_graphic_template = 106;
	cr_base_level = 24;
	cr_creature_type = 5;
	cr_default_attitude = 4;
	cr_default_courage = 85;
	cr_missile_firing_height = -50;
	cr_sound_when_slain = 43;
	cr_bonus_aps = 3;
	cr_scaling = 70;
	cr_icon_offset_y = 8;
	cr_max_health = 150;
	cr_idle_sound = 348;

	cr_resistances 2 = 100;
	
	cr_abil_num 0 = 37; // bite attack
	cr_abil_casting_sound 0 = 57;
	
	cr_abil_num 2 = 97; // fire cone

	cr_abil_num 3 = 178; // blink
	cr_abil_num 4 = 187; // summon aid
	cr_abil_num 5 = 93; // fireblast

begindefinecreature 227; // 
	cr_name = "Cryodrake";
	cr_base_level = 28;
	cr_graphic_coloradj = 1;
	cr_stain_when_slain = 5;
	cr_scaling = 80;
	cr_max_health = 250;

	cr_resistances 2 = 0;
	cr_resistances 6 = 100;

	cr_abil_num 2 = 98; // ice attack

	cr_abil_num 5 = 201; // AE Cold
	cr_abil_num 6 = 65; // charm

begindefinecreature 217;
	import = 226;
	cr_name = "Drake Lord"; 
	cr_base_level = 30;
	cr_max_health = 250;
	
	cr_abil_num 2 = 110; // lava cone
	
	cr_abil_num 4 = 188; // Arcane Summon

	cr_abil_num 6 = 65; // charm
	cr_abil_num 7 = 109; // nasty cone
	cr_abil_num 8 = 109; // 

begindefinecreature 228; 
	import = 226;
	cr_name = "Dragon";
	cr_graphic_template = 106;
	cr_bonus_aps = 6;
	cr_base_level = 40;
	cr_scaling = 100;
	cr_idle_sound = 348;

	cr_abil_num 0 = 222; // bite attack
	cr_abil_casting_sound 0 = 57;

	cr_abil_num 2 = 103;
	cr_abil_num 3 = 103;
	cr_abil_num 4 = 127;
	cr_abil_num 5 = 173;
	cr_abil_num 6 = 188;
	
begindefinecreature 229; // Gazer
// base for all Gazer imports
	import = 9;
	cr_name = "Gazer";
	cr_graphic_template = 71;
	cr_max_energy = 500;
	cr_base_level = 26;
	cr_creature_type = 1;
	cr_default_attitude = 4;
	cr_default_courage = 90;
	cr_default_strategy = 2;
	cr_max_health = 150;
	cr_sound_when_slain = 76;

	cr_resistances 1 = 100;
	cr_resistances 3 = 100;
	cr_resistances 7 = 100;
	
	cr_abil_num 0 = 71;
	
	cr_abil_num 2 = 91;
	cr_abil_num 3 = 116;
	//cr_abil_num 4 = 120;
	cr_abil_num 5 = 163;
	cr_abil_num 6 = 173;
	cr_abil_num 7 = 204;
	cr_abil_num 8 = 108;

begindefinecreature 230; 
	cr_name = "Eyebeast";
	cr_base_level = 30;
	cr_graphic_coloradj = 4;
	cr_max_health = 300;
		
	cr_abil_num 2 = 65;
	cr_abil_num 3 = 127;
	//cr_abil_num 4 = 105;
	cr_abil_num 5 = 163;
	cr_abil_num 6 = 173;
	cr_abil_num 7 = 204;
	cr_abil_num 8 = 108;

begindefinecreature 231; 
	import = 10;
	cr_name = "Warrior Monk";
	cr_base_level = 24;
	cr_graphic_template = 175;
	cr_graphic_coloradj = 0;
	cr_scaling = 90;
	cr_default_attitude = 4;
	cr_default_courage = 90;
	cr_bonus_aps = 3;
	
	cr_abil_num 0 = 24;
	cr_abil_num 3 = 82; // stun blow
	cr_abil_num 4 = 86; // shatter blow
begindefinecreature 232; 
	cr_name = "Another Monk";
	cr_graphic_template = 170;
	cr_sound_when_slain = 41;

	cr_abil_num 0 = 38;
	cr_abil_num 2 = 85; // heartstop
	cr_abil_num 3 = 143; // speed
	
begindefinecreature 233; 
	import = 161;
	cr_name = "Salamander";
	cr_base_level = 6;
	cr_scaling = 90;
	cr_ability = 35;
	cr_summon = 0;
	
	cr_abil_num 2 = -1;
	
begindefinecreature 234;
	import = 43;
	cr_name = "Erika";
	cr_graphic_template = 185;
	cr_graphic_coloradj = 0;

begindefinecreature 235; 
	import = 9;
	cr_name = "Shambler";
	cr_graphic_template = 16;
	cr_base_level = 24;
	cr_creature_type = 10;
	cr_default_attitude = 4;
	cr_default_courage = 100;
	cr_sound_when_slain = 66;
	cr_ability = 3;

	cr_resistances 4 = 100;
	cr_resistances 5 = 100;

	cr_abil_num 0 = 24;
	cr_abil_num 3 = 170;
	cr_abil_num 4 = 228;
begindefinecreature 236; //
	cr_name = "Spore Beast";
	cr_scaling = 80;
	cr_base_level = 8;
	cr_ability = 4;

	cr_abil_num 0 = 24;
	cr_abil_num 3 = -1;
	cr_abil_num 4 = -1;
	
begindefinecreature 237; 
	import = 9;
	cr_name = "Deep Stalker";
	cr_graphic_template = 26;
	cr_base_level = 25;
	cr_creature_type = 6;
	cr_default_attitude = 4;
	cr_default_courage = 90;
	cr_sound_when_slain = 76; 
	cr_ability = 3;
	cr_icon_offset_y = 6;
	cr_idle_sound = 342;

	cr_abil_num 0 = 39;
	cr_abil_num 2 = 136;
	cr_abil_num 3 = 137;
	
begindefinecreature 238; 
	import = 236;
	cr_name = "Efreet";
	cr_base_level = 28;
	cr_creature_type = 11;
	cr_stain_when_slain = 2;
	cr_sound_when_slain = 54;
	cr_ability = 35;
	cr_graphic_coloradj = 4;
	cr_max_health = 100;

	cr_resistances 2 = 100;
	cr_resistances 4 = 0;
	cr_resistances 5 = 0;

	cr_abil_num 0 = 38;
	cr_abil_num 1 = -1;
	cr_abil_num 3 = 110;
	cr_abil_num 4 = 191;
	cr_abil_num 5 = 200;




begindefinecreature 239; 
	import = 78;
	cr_name = "Slith Avatar";
	cr_base_level = 30;
	cr_special_particle = 16;
	cr_graphic_appearadj = 32;
	cr_scaling = 100;

	cr_resistances 7 = 100;

begindefinecreature 240; 
	import = 175;
	cr_name = "Popping Slime";
	cr_graphic_coloradj = 1;
	cr_effect_when_slain = 51;
	cr_summon = 0;
	
begindefinecreature 241; 
	import = 160; 
	cr_name = "Ice Lizard";
	cr_base_level = 24;
	cr_default_strategy = 1;
	cr_graphic_coloradj = 2;
	cr_scaling = 90;

	cr_resistances 6 = 100;

	cr_abil_num 2 = 98;
	
begindefinecreature 242; 
	import = 160; 
	cr_name = "Corrupted Lizard";
	cr_base_level = 26;
	cr_default_strategy = 1;
	cr_graphic_coloradj = 9;

	cr_resistances 4 = 100;
	cr_resistances 5 = 100;
	cr_resistances 7 = 100;

	cr_abil_num 2 = 106;	
	cr_abil_num 3 = 108;	
begindefinecreature 243;
	import = 131;
	cr_name = "Giant Cave Slug";
	cr_base_level = 16;

	cr_abil_num 2 = 102;	
	



begindefinecreature 244; 
	import = 9;
	
	cr_name = "Cow"; 
	cr_graphic_template = 119; 
	cr_icon_offset_y = 16;

	
begindefinecreature 245; 
	import = 9;
	
	cr_name = "Lizard"; 
	cr_graphic_template = 6; 
	cr_scaling = 50;
	
begindefinecreature 246; 
	import = 42;
	cr_name = "Rakshasa";
	cr_graphic_template = 230;
	cr_graphic_coloradj = 4;
	cr_base_level = 28;
	cr_sound_when_slain = 63;
	cr_creature_type = 2;


begindefinecreature 247; 
	import = 9;
	
	cr_name = "Cat"; 
	cr_graphic_template = 76; 
	
begindefinecreature 248; 
	import = 9;
	cr_name = "Alien Beast"; 
	cr_graphic_template = 98; 
	cr_base_level = 28;
	cr_creature_type = 5;
	cr_stain_when_slain = 0;
	cr_sound_when_slain = 131;
	cr_idle_sound = 361;
	cr_scaling = 80;
	cr_missile_firing_height = -35;

	cr_abil_num 0 = 87;	
	cr_abil_level 0 = 8;
	cr_abil_casting_sound 0 = 130;

	cr_abil_num 2 = 35;	// is a placeholder, will be changed when creature is made
	cr_abil_level 2 = 3;

begindefinecreature 249; 
	cr_name = "Pack Leader"; 
	cr_graphic_coloradj = 4;
	cr_base_level = 30;
	cr_scaling = 100;

	cr_abil_num 0 = 87;	
	cr_abil_level 0 = 12;

	cr_abil_num 2 = 35;	// is a placeholder, will be changed when creature is made
	cr_abil_level 2 = 5;

begindefinecreature 250;  
	import = 9;
	cr_name = "Bear"; 
	cr_graphic_template = 86; 
	cr_base_level = 12;
	cr_max_health = 100;
	cr_creature_type = 6;
	cr_stain_when_slain = 0;
	cr_sound_when_slain = 362; 
	cr_idle_sound = 358; 
	cr_summon = 1;
	cr_icon_offset_y = 8;

	cr_abil_num 0 = 37;	
	cr_abil_level 0 = 6;
	cr_abil_casting_sound 0 = 124;
	
	cr_abil_num 2 = 36;	

begindefinecreature 251;  
	cr_name = "Ursag"; 
	cr_graphic_template = 88; 
	cr_base_level = 18;
	cr_max_health = 150;

	cr_abil_num 3 = 36;	
	cr_abil_num 4 = 160;	

begindefinecreature 252; 
	import = 9;
	cr_name = "Dog"; 
	cr_graphic_template = 93; 
	cr_base_level = 2;
begindefinecreature 253; 
	import = 9;
	cr_name = "Sheep"; 
	cr_graphic_template = 94; 
	cr_base_level = 2;
	cr_icon_offset_y = 8;
begindefinecreature 254;  
	import = 9;
	cr_name = "Serpent"; 
	cr_graphic_template = 104; 
	cr_base_level = 6;
	cr_creature_type = 5;
	cr_stain_when_slain = 0;
	cr_sound_when_slain = 123; 
	cr_idle_sound = -1;
	cr_summon = 1;

	cr_abil_num 0 = 31;	
	cr_abil_level 0 = 3;
	cr_abil_casting_sound 0 = 122;
begindefinecreature 255;  
	cr_name = "Asp"; 
	cr_graphic_coloradj = 4;
	cr_base_level = 14;

	cr_abil_num 0 = 222;	
	cr_abil_level 0 = 3;

// ITEM TYPES

begindefineitem 0;
// basic import item, clears values
	it_graphic_template = 50;

// money
begindefineitem 1;
	it_name = "Copper Coins";
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 14;
	it_charges = 5;
	it_value = 1;
	it_weight = 1;
begindefineitem 2;
	it_name = "Silver Coins";
	it_charges = 20;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 3;
	it_name = "Gold Coins";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_charges = 50;

begindefineitem 4;
	it_name = "Emerald";
	it_variety = 11;
	it_graphic_template = 53;
	it_graphic_sheet = 7;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_charges = 1;
	it_value = 200;
	it_extra_description = 1;

begindefineitem 5;
	import = 0;
	it_name = "Flawed Crystal";
	it_graphic_template = 53;
	it_graphic_sheet = 7;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_variety = 11;
	it_weight = 10;
	it_charges = 1;
	it_value = 30;
	it_extra_description = 1;
begindefineitem 6;
	it_name = "Lovely Crystal";
	it_value = 60;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	//it_graphic_appearadj = 1;
begindefineitem 7;
	it_name = "Beautiful Crystal";
	it_graphic_template = 54;
	it_graphic_sheet = 7;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 100;
	//it_graphic_appearadj = 2;
begindefineitem 8;
	it_name = "Gold Bar";
	it_value = 500;
	it_weight = 30;
	it_graphic_template = 51;
	it_graphic_sheet = 3;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	//it_graphic_coloradj = 0;
	//it_graphic_appearadj = 0;

begindefineitem 9;
	import = 4;
	it_name = "Ruby";
	it_value = 400;
	it_graphic_template = 53;
	it_graphic_sheet = 7;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	
// robes

begindefineitem 10;
// Imported for all cloaks
	import = 0;
	it_name = "Cloak";
	it_variety = 1;
	it_protection = 2;
	it_value = 5;
	it_weight = 20;
	//it_can_augment = 1;
	it_graphic_template = 53;
	it_graphic_sheet = 2;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_extra_description = 34;
begindefineitem 11;
	it_name = "Fine Cloak";
	it_protection = 4;
	it_value = 20;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
begindefineitem 12;
	it_name = "Houndskin Cloak";
	it_value = 600;
	it_protection = 7;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 0;
begindefineitem 13;
	it_name = "Drakeskin Cloak";
	it_value = 1000;
	it_protection = 12;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 1;

begindefineitem 14;
	import = 10;
	it_name = "Coated Cloak";
	it_protection = 4;
	it_value = 400;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 10;

begindefineitem 15;
	it_name = "Grounded Cloak";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 0;

	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 10;
begindefineitem 16;
	it_name = "Polar Fur Cloak";
	it_graphic_appearadj = 16;

	it_stats_to_affect 0 = 212;
	it_stats_addition 0 = 10;

begindefineitem 17;
	import = 12;
	it_name = "Farstriker's Cloak";
	it_protection = 3;
	it_value = 2000;
	it_graphic_appearadj = 8;

	it_stats_to_affect 0 = 6;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 7;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 11;
	it_stats_addition 2 = 1;
	
begindefineitem 18;
	import = 12;
	it_name = "Warrior's Cloak";
	it_protection = 5;
	it_value = 2000;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 17;
	
	it_stats_to_affect 0 = 4;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 5;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 200;
	it_stats_addition 2 = 3;
	it_stats_to_affect 3 = 213;
	it_stats_addition 3 = 2;

begindefineitem 19;
	import = 13;
	it_name = "Symbiotic Cloak";
	it_protection = 5;
	it_value = 2000;
	it_graphic_appearadj = 32;

	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = -1;
	it_stats_to_affect 1 = 1;
	it_stats_addition 1 = -1;
	it_stats_to_affect 2 = 2;
	it_stats_addition 2 = 2;

begindefineitem 20;
	import = 13;
	it_name = "Cloak of Blessings";
	it_value = 800;
	it_protection = 6;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 16;
	
	it_stats_to_affect 0 = 209;
	it_stats_addition 0 = 20;
	it_stats_to_affect 1 = 217;
	it_stats_addition 1 = 10;

begindefineitem 21;
	import = 13;
	it_name = "Deadeye Cloak";
	it_value = 400;
	it_protection = 4;
	it_graphic_appearadj = 17;

	it_stats_to_affect 0 = 17;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 12;
	it_stats_addition 1 = 1;

begindefineitem 22;
	import = 10;
	it_name = "Vahnatai Cloak";
	it_protection = 5;
	it_value = 60;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_extra_description = 2;
begindefineitem 23;
	import = 13;
	it_name = "Lifebringer Cloak";
	it_protection = 8;
	it_value = 4000;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 64;

	it_stats_to_affect 0 = 219;
	it_stats_addition 0 = 15;
	it_stats_to_affect 1 = 25;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 217;
	it_stats_addition 2 = 10;

// tunic/chest armor

begindefineitem 24;
// Imported for all robes
	import = 0;
	it_name = "Robe";
	it_graphic_template = 53;
	it_graphic_sheet = 4;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	it_variety = 2;
	it_protection = 6;
	it_value = 10;
	it_weight = 50;
	//it_can_augment = 1;
	it_extra_description = 3;
begindefineitem 25;
	it_name = "Fine Robe";
	it_protection = 10;
	it_value = 60;
	it_graphic_appearadj = 1;

begindefineitem 26;
	it_name = "Shining Silk Robe";
	it_value = 800;
	it_protection = 12;
	it_graphic_appearadj = 16;

	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 211;
	it_stats_addition 2 = 2;

begindefineitem 27;
	import = 24;
	it_name = "Spectral Robe";
	it_value = 2000;
	it_protection = 10;
	it_graphic_appearadj = 32;

	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 210;
	it_stats_addition 2 = 20;

begindefineitem 28;
	import = 24;
	it_name = "Lost Mage's Robe";
	it_protection = 9;
	it_value = 2000;
	it_graphic_template = 54;
	it_graphic_sheet = 4;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_graphic_appearadj = 0;

	it_stats_to_affect 0 = 18;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 20;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 23;
	it_stats_addition 2 = 1;
	

begindefineitem 29;
	import = 24;
	it_name = "Robe of the Magi";
	it_protection = 18;
	it_value = 5000;
	it_graphic_appearadj = 64;

	it_stats_to_affect 0 = 214;
	it_stats_addition 0 = 6;
	it_stats_to_affect 1 = 217;
	it_stats_addition 1 = 8;
	it_stats_to_affect 2 = 221;
	it_stats_addition 2 = 5;


begindefineitem 30;
// Imported for all armor
	import = 0;
	it_name = "Tunic";
	it_graphic_template = 53;
	it_graphic_sheet = 4;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 10;
	it_variety = 2;
	it_protection = 4;
	it_value = 5;
	it_weight = 20;
	//it_can_augment = 1;
	it_extra_description = 35;
	
begindefineitem 31;
	it_name = "Leather Armor";
	it_graphic_sheet = 0;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_protection = 10;
	it_value = 20;
	it_weight = 100;
	it_extra_description = -1;

	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 2;

begindefineitem 32;
	it_name = "Chainmail Vest";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_protection = 16;
	it_value = 120;
	it_weight = 125;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -5;
	
begindefineitem 33;
	it_name = "Iron Breastplate";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_protection = 22;
	it_value = 300;
	it_weight = 150;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 4;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -10;
	
begindefineitem 34;
	it_name = "Steel Breastplate";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_protection = 28;
	it_value = 700;
	it_weight = 180;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -15;

begindefineitem 35;
	it_name = "Blessed Breastplate";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_protection = 34;
	it_weight = 200;
	it_value = 1500;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 6;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -20;

begindefineitem 36;
	import = 30;
	it_name = "Slime-Stained Tunic";
	it_protection = 6;
	it_value = 300;
	it_graphic_appearadj = 2;

	it_stats_to_affect 0 = 217;
	it_stats_addition 0 = 10;

begindefineitem 37;
	it_name = "Thick Wool Tunic";
	it_graphic_template = 54;
	it_graphic_sheet = 4;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 0;

	it_stats_to_affect 0 = 212;
	it_stats_addition 0 = 10;
begindefineitem 38;
	it_name = "Aranea Silk Vest";
	it_value = 400;
	it_graphic_appearadj = 20;
	it_extra_description = -1;

	it_stats_to_affect 0 = 222;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 1;

begindefineitem 39;
	import = 31;
	it_name = "Fibrous Breastplate";
	it_value = 1000;
	it_protection = 20;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 10;

	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -15;
	it_stats_to_affect 2 = 205;
	it_stats_addition 2 = 12;
	it_stats_to_affect 3 = 204;
	it_stats_addition 3 = 6;

begindefineitem 40;
	import = 31;
	it_name = "Mercuric Leather";
	it_value = 800;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 10;
	it_graphic_appearadj = 4;

	it_stats_to_affect 1 = 201;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 0;
	it_stats_addition 2 = -1;

begindefineitem 41;
	import = 32;
	it_name = "Mercuric Chain";
	it_value = 1600;
	it_graphic_appearadj = 4;

	it_stats_to_affect 2 = 201;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 0;
	it_stats_addition 3 = -1;

begindefineitem 42;
	import = 35;
	it_name = "Mercuric Plate";
	it_value = 3000;
	it_graphic_appearadj = 4;

	it_stats_to_affect 2 = 201;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 0;
	it_stats_addition 3 = -1;


begindefineitem 43;
	import = 33;
	it_name = "Carnelian Breastplate";
	it_value = 500;
	it_graphic_appearadj = 1;
	
	it_stats_to_affect 2 = 206;
	it_stats_addition 2 = 12;

begindefineitem 44;
	import = 32;
	it_name = "Marksman Vest";
	it_value = 3000;
	it_graphic_template = 54;
	it_graphic_sheet = 3;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 0;
	
	it_stats_to_affect 2 = 220;
	it_stats_addition 2 = 10;


begindefineitem 45;
	import = 31;
	it_name = "Swampwalker Leather";
	it_protection = 17;
	it_value = 400;
	it_weight = 100;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 1 = 207;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 208;
	it_stats_addition 2 = 10;

begindefineitem 46;
	import = 35;
	it_name = "Quickblade Plate";
	it_value = 4000;
	it_graphic_appearadj = 4;
	
	it_stats_to_affect 2 = 223;
	it_stats_addition 2 = 5;
	it_stats_to_affect 3 = 221;
	it_stats_addition 3 = 8;

begindefineitem 47;
	import = 34;
	it_name = "Crushing Plate";
	it_value = 2000;
	it_graphic_appearadj = 8;
	
	it_stats_to_affect 2 = 213;
	it_stats_addition 2 = 5;
	it_stats_to_affect 3 = 221;
	it_stats_addition 3 = 7;
begindefineitem 48;
	import = 31;
	it_name = "Crystal-Woven Chitin";
	it_value = 600;
	it_protection = 12;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 4;
	it_stats_to_affect 2 = 22;
	it_stats_addition 2 = 1;
begindefineitem 49;
	import = 30;
	it_name = "Sniper's Vest";
	it_value = 600;
	it_graphic_template = 54;
	it_graphic_sheet = 3;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 0;
	
	it_stats_to_affect 0 = 1;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 17;
	it_stats_addition 1 = 3;
begindefineitem 50;
	import = 31;
	it_name = "Treated Leather";
	it_value = 600;
	it_graphic_appearadj = 18;
	
	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = 3;

begindefineitem 51;
	import = 35;
	it_name = "Radiant Plate";
	it_protection = 40;
	it_value = 4000;
	it_graphic_appearadj = 64;
	it_weight = 180;

begindefineitem 52;
	import = 31;
	it_name = "Vest of the Ninja!";
	it_value = 3000;
	it_protection = 20;
	it_graphic_appearadj = 32;
	
	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 219;
	it_stats_addition 1 = 6;
	it_stats_to_affect 2 = 214;
	it_stats_addition 2 = 5;
	it_stats_to_affect 3 = 217;
	it_stats_addition 3 = 10;
begindefineitem 53;
	import = 35;
	it_name = "Runed Plate";
	it_value = 2000;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 1 = 210;
	it_stats_addition 1 = 20;
	it_stats_to_affect 2 = 214;
	it_stats_addition 2 = 5;
begindefineitem 54;
	import = 32;
	it_name = "Deadeye Chainmail";
	it_value = 2000;
	it_protection = 20;
	it_graphic_template = 54;
	it_graphic_sheet = 3;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 0;
	
	it_stats_to_affect 2 = 220;
	it_stats_addition 2 = 5;
	it_stats_to_affect 3 = 216;
	it_stats_addition 3 = 5;


// melee weapons
begindefineitem 60;
	import = 0;
	it_name = "Stick";
	it_graphic_template = 50;
	it_graphic_sheet = 0;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_ability = 24;
	it_variety = 3;
	it_level = 1;
	it_value = 0;
	it_weight = 20;	
	it_extra_description = 5;

begindefineitem 61;
	// imported for blades
	it_name = "Crude Dagger";
	it_graphic_sheet = 0;
	it_which_icon_ground = 0;
	it_which_icon_inven = 1;
	it_ability = 20;
	it_level = 2;
	it_value = 20;
	it_weight = 40;	
	//it_can_augment = 1;
	it_extra_description = -1;
	
begindefineitem 62;
	it_name = "Crude Shortsword";
	it_which_icon_ground = 4;
	it_which_icon_inven = 5;
	it_ability = 21;
	it_level = 3;
	it_value = 40;
	it_weight = 60;	
	it_graphic_appearadj = 8;
	
begindefineitem 63;
	it_name = "Bronze Shortsword";
	it_level = 5;
	it_value = 100;
	it_graphic_appearadj = 1;

begindefineitem 64;
	it_name = "Iron Shortsword";
	it_which_icon_ground = 6;
	it_which_icon_inven = 7;
	it_graphic_appearadj = 0;
	it_level = 7;
	it_value = 200;

begindefineitem 65;
	it_name = "Steel Shortsword";
	it_weight = 70;	
	it_level = 10;
	it_graphic_appearadj = 16;
	it_value = 500;
	it_graphic_sheet = 2;
	it_which_icon_ground = 10;
	it_which_icon_inven = 11;

begindefineitem 66;
	import = 61;
	it_name = "Iron Dagger";
	it_level = 4;
	it_value = 40;
	it_graphic_sheet = 1;
	it_which_icon_ground = 6;
	it_which_icon_inven = 7;

begindefineitem 67;
	import = 61;
	it_name = "Gleaming Dagger";
	it_level = 3;
	it_value = 250;
	it_ability = 238;
	it_graphic_sheet = 0;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 16;
	
begindefineitem 68;
	it_name = "Shielding Knife";
	it_level = 4;
	it_ability = 20;
	it_value = 300;
	it_protection = 6;
	it_graphic_appearadj = 4;


	it_stats_to_affect 0 = 222;

	it_stats_addition 0 = 5;


begindefineitem 69;
	it_name = "Goblin's Cleaver";
	it_level = 7;
	it_value = 200;
	it_protection = 0;
	it_graphic_appearadj = 9;
	it_which_icon_ground = 8;
	it_which_icon_inven = 9;
	
	it_stats_to_affect 0 = 16;
	it_stats_addition 0 = 1;

begindefineitem 70;
	import = 66;
	it_name = "Vampiric Knife";
	it_level = 7;
	it_value = 600;
	it_protection = 6;
	it_graphic_appearadj = 32;
	
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = -1;
	it_stats_to_affect 1 = 2;
	it_stats_addition 1 = -1;
	it_stats_to_affect 2 = 3;
	it_stats_addition 2 = 2;

begindefineitem 71;
	import = 65;
	it_name = "Singing Rapier";
	it_value = 1000;
	it_graphic_sheet = 1;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;

	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 9;
	it_stats_addition 1 = 1;

begindefineitem 72;
	import = 61;
	it_name = "Ghostly Blade";
	it_level = 8;
	it_value = 3000;
	it_ability = 239;
	it_graphic_sheet = 1;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 64;

	it_stats_to_affect 0 = 200;
	it_stats_addition 0 = 6;
	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = 6;

begindefineitem 73;
	import = 65;
	it_name = "Tribal Warblade";
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 1;
	it_value = 1200;

	it_stats_to_affect 0 = 1;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 2;

begindefineitem 74;
	import = 64;
	it_value = 2000;
	it_name = "Assassin's Falchion";
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 65;

	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 16;
	it_stats_addition 1 = 2;


begindefineitem 75;
	import = 64;
	it_value = 1000;
	it_name = "Discipline Blade";
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 8;

	it_stats_to_affect 0 = 216;
	it_stats_addition 0 = 30;
	it_stats_to_affect 1 = 4;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 5;
	it_stats_addition 2 = 3;

begindefineitem 76;
	import = 64;
	it_name = "Flaming Sword";
	it_ability = 240;
	it_level = 11;
	it_value = 2500;
	it_graphic_sheet = 1;
	it_which_icon_ground = 0;
	it_which_icon_inven = 1;
	it_graphic_appearadj = 0;
	it_weight = 80;	

	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 216;
	it_stats_addition 1 = 10;
begindefineitem 77;
	it_name = "Oozing Sword";
	it_ability = 241;
	it_graphic_sheet = 3;
	it_which_icon_ground = 8;
	it_which_icon_inven = 9;

	it_stats_to_affect 0 = 208;
	it_stats_addition 0 = 12;
	it_stats_to_affect 1 = 207;
	it_stats_addition 1 = 12;
begindefineitem 78;
	it_name = "Frozen Blade";
	it_ability = 242;
	it_which_icon_ground = 10;
	it_which_icon_inven = 11;

	it_stats_to_affect 0 = 212;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 216;
	it_stats_addition 1 = 10;

begindefineitem 79;
	import = 65;
	it_name = "Radiant Shortblade";
	it_level = 16;
	it_value = 1500;
	it_graphic_sheet = 1;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 64;

	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 15;
	it_stats_to_affect 1 = 200;
	it_stats_addition 1 = 3;

begindefineitem 80;
	import = 65;
	it_name = "Duelist's Rapier";
	it_level = 13;
	it_value = 2500;
	it_graphic_sheet = 1;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 12;

	it_stats_to_affect 0 = 221;
	it_stats_addition 0 = 8;
	it_stats_to_affect 1 = 222;
	it_stats_addition 1 = 5;

begindefineitem 81;
	import = 65;
	it_name = "Radiant Soulblade";
	it_level = 16;
	it_value = 5000;
	it_protection = 8;
	it_graphic_sheet = 1;
	it_which_icon_ground = 8;
	it_which_icon_inven = 9;
	it_graphic_appearadj = 0;

	it_stats_to_affect 0 = 15;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 16;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 13;
	it_stats_addition 2 = 2;

begindefineitem 82;
	import = 61;
	it_name = "Crude Broadsword";
	it_level = 8;
	it_value = 50;
	it_weight = 80;	
	it_ability = 25;
	it_graphic_sheet = 0;
	it_which_icon_ground = 2;
	it_which_icon_inven = 3;
	it_graphic_appearadj = 8;

	it_stats_to_affect 0 = 200;
	it_stats_addition 0 = 5;
	
begindefineitem 83;
	it_name = "Bronze Broadsword";
	it_level = 10;
	it_value = 120;
	it_graphic_appearadj = 1;

begindefineitem 84;
	it_name = "Iron Broadsword";
	it_level = 12;
	it_value = 400;
	it_graphic_sheet = 2;
	it_which_icon_ground = 10;
	it_which_icon_inven = 11;
	it_graphic_appearadj = 0;

begindefineitem 85;
	it_name = "Steel Broadsword";
	it_weight = 90;	
	it_level = 15;
	it_value = 1200;
	it_graphic_appearadj = 16;

begindefineitem 86;
	import = 83;
	it_name = "Waveblade";
	it_graphic_sheet = 1;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 0;
	it_level = 8;
	it_value = 250;
	it_extra_description = 6;

	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = 5;

begindefineitem 87;
	it_name = "Fine Steel Waveblade";
	it_graphic_appearadj = 17;
	it_level = 10;
	it_value = 750;
begindefineitem 88;
	it_name = "Venomous Blade";
	it_ability = 241;
	it_level = 15;
	it_value = 2500;
	it_graphic_appearadj = 2;

	it_stats_to_affect 1 = 207;
	it_stats_addition 1 = 12;
	it_stats_to_affect 2 = 208;
	it_stats_addition 2 = 12;
	it_stats_to_affect 3 = 223;
	it_stats_addition 3 = 3;


// missile weapons
// the value for reloadable weapons should be twice the cost of one clip of ammo
begindefineitem 90;
	import = 0;
	it_name = "Crude Bow";
	it_graphic_template = 50;
	it_graphic_sheet = 3;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 0;
	it_variety = 19;
	it_ability = 40;
	it_level = 2;
	it_value = 24;
	it_weight = 25;
	it_extra_description = -1;
begindefineitem 91;
	it_name = "Ash Bow";
	it_level = 5;
	it_value = 60;
	it_graphic_appearadj = 2;
begindefineitem 92;
	it_name = "Lemonwood Bow";
	it_level = 9;
	it_value = 200;
	it_graphic_template = 54;
	it_graphic_sheet = 6;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 0;
begindefineitem 93;
	it_name = "Yew Bow";
	it_level = 13;
	it_value = 500;
	it_graphic_appearadj = 1;
begindefineitem 94;
	it_name = "Ever-Rotting Bow";
	it_ability = 233;
	it_level = 12;
	it_value = 1000;
	it_graphic_appearadj = 18;
begindefineitem 95;
	it_name = "Bow of Storms";
	it_ability = 234;
	it_level = 13;
	it_value = 1200;
	it_graphic_appearadj = 4;
begindefineitem 96;
	import = 90;
	it_name = "Possessed Bow";
	it_ability = 235;
	it_level = 8;
	it_value = 4000;
	it_graphic_appearadj = 64;

// wands
begindefineitem 97;
// Imported for all wands
	import = 0;
	it_name = "Fiery Wand";
	it_graphic_template = 50;
	it_graphic_sheet = 8;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 15;
	it_weight = 30;	
	it_ability = 97;
	it_value = 30;
	it_level = 15;
	it_charges = 6;
	it_extra_description = -1;
begindefineitem 98;
	it_name = "Oozing Wand";
	it_value = 40;
	it_ability = 114;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;

begindefineitem 99;
	it_name = "Terror Wand";
	it_level = 15;
	it_value = 50;
	it_ability = 127;
	it_which_icon_ground = 4;
	it_which_icon_inven = 5;
begindefineitem 100;
	it_name = "Ensnaring Wand";
	it_level = 25;
	it_value = 110;
	it_ability = 100;
	it_which_icon_ground = 6;
	it_which_icon_inven = 7;
begindefineitem 101;
	import = 97;
	it_name = "Crystalline Wand";
	it_level = 12;
	it_value = 120;
	it_ability = 111;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 102;
	it_name = "Basilisk Fang Wand";
	it_level = 30;
	it_value = 140;
	it_ability = 105;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_appearadj = 4;
begindefineitem 103;
	it_name = "Wand of the Inferno";
	it_value = 160;
	it_ability = 93; 
	it_level = 50;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_appearadj = 1;
begindefineitem 104;
	it_name = "Corrupting Baton";
	it_graphic_sheet = 8;
	it_value = 150;
	it_ability = 108;
	it_level = 30;
	it_which_icon_ground = 10;
	it_which_icon_inven = 11;
	it_graphic_appearadj = 2;
begindefineitem 105;
	it_name = "Wand of Death";
	it_ability = 71;
	it_value = 80;
	it_level = 20;
	it_graphic_appearadj = 0;
	
begindefineitem 106;
	it_name = "Wand of Carrunos"; 
	it_ability = 74;
	it_value = 40;
	it_level = 20;
	it_graphic_appearadj = 1;

// 
begindefineitem 108;
	import = 0;
	it_name = "Leather Bracers";
	it_variety = 8;
	it_graphic_template = 53;
	it_graphic_sheet = 5;
	it_which_icon_ground = 4;
	it_which_icon_inven = 5;
	it_value = 15;
	it_weight = 40;
	it_protection = 4;
	it_extra_description = -1;

	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -5;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 2;
begindefineitem 109;
	it_name = "Drakeskin Bracers";
	it_protection = 6;
	it_value = 300;
	it_graphic_appearadj = 1;

	it_stats_to_affect 2 = 206;
	it_stats_addition 2 = 8;
begindefineitem 110;
	it_name = "Bronze Bracers";
	it_value = 40;
	it_protection = 6;
	it_which_icon_ground = 2;
	it_which_icon_inven = 3;
	it_graphic_appearadj = 1;

	it_stats_to_affect 2 = -1;
begindefineitem 111;
	it_name = "Iron Bracers";
	it_value = 150;
	it_protection = 8;
	it_graphic_appearadj = 0;
	
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -10;
begindefineitem 112;
	it_name = "Fine Steel Bracers";
	it_value = 600;
	it_protection = 10;
	it_graphic_appearadj = 16;
	
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 204;
	it_stats_addition 2 = 2;
begindefineitem 113;
	import = 108;
	it_name = "Caller's Bracers";
	it_value = 2000;
	it_protection = 9;
	it_graphic_appearadj = 17;
	
	it_stats_to_affect 1 = 20;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 221;
	it_stats_addition 2 = 5;
begindefineitem 114;
	import = 112;
	it_name = "Lodestone Bracers";
	it_value = 3000;
	it_graphic_appearadj = 10;
	
	it_stats_to_affect 1 = 15;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 211;
	it_stats_addition 2 = 2;
	it_stats_to_affect 3 = 209;
	it_stats_addition 3 = 20;
	
		
// 117- flung items
begindefineitem 118;
	import = 0;
	it_name = "Crude Javelin";
	it_graphic_template = 50;
	it_graphic_sheet = 3;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 8;
	it_variety = 12;
	it_ability = 41;
	it_level = 5;
	it_value = 2;
	it_weight = 0;
	it_charges = 6;
	it_extra_description = -1;
begindefineitem 119;
	it_name = "Iron Javelin";
	it_level = 9;
	it_value = 10;
	it_graphic_appearadj = 0;
	
begindefineitem 117;
	it_name = "Steel Javelin";
	it_level = 14;
	it_value = 50;
	it_graphic_appearadj = 20;

begindefineitem 115;
	it_name = "Razordisk";
	it_ability = 42;
	it_level = 10;
	it_value = 40;
	it_weight = 0;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_extra_description = 38;
	it_extra_description = 7;
begindefineitem 116;
	it_name = "Fine Razordisk";
	it_level = 15;
	it_value = 70;
	it_graphic_appearadj = 20;

begindefineitem 120;
	// imported for scrolls
	import = 0;
	it_name = "Scroll - Radiate Ice";
	it_variety = 9;
	it_graphic_template = 53;
	it_graphic_sheet = 8;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_ability = 201;
	it_charges = 1;
	it_weight = 2;
	it_value = 20;
	it_level = 20;
begindefineitem 121;
	it_name = "Scroll - Lightning";
	it_ability = 202;
	it_value = 50;
	it_level = 25;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 122;
	it_name = "Scroll - Domination";
	it_ability = 65;
	it_value = 70;
	it_level = 20;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 123;
	it_name = "Scroll - Acid Shower";
	it_ability = 203;
	it_value = 200;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 124;
	it_name = "Scroll - Powerlash";
	it_ability = 204;
	it_level = 30;
	it_value = 250;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;

// 125 shields/right hand
begindefineitem 125;
// imported for all shields
	import = 0;
	it_name = "Wooden Shield";
	it_graphic_template = 53;
	it_graphic_sheet = 1;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 4;
	it_protection = 12;
	it_weight = 80;
	it_value = 10;


	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -10;
	it_stats_to_affect 1 = 222;
	it_stats_addition 1 = 8;


begindefineitem 126;
	it_name = "Bronze Shield";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_protection = 15;
	it_weight = 120;
	it_value = 40;
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -10;

begindefineitem 127;
	it_name = "Iron Shield";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_protection = 18;
	it_weight = 120;
	it_value = 100;


	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -15;
	it_stats_to_affect 1 = 222;
	it_stats_addition 1 = 10;


begindefineitem 128;
	it_name = "Steel Shield";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_protection = 21;
	it_weight = 160;
	it_value = 300;
	

	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -15;
	it_stats_to_affect 1 = 222;
	it_stats_addition 1 = 12;


begindefineitem 129;
	it_name = "Immaculate Shield";
	it_protection = 25;
	it_value = 1200;
	it_graphic_appearadj = 64;


	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -15;
	it_stats_to_affect 1 = 222;
	it_stats_addition 1 = 15;



begindefineitem 130;
	import = 126;
	it_name = "Drakeskin Shield";
	it_value = 600;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_graphic_appearadj = 1;

	it_stats_to_affect 2 = 206;
	it_stats_addition 2 = 15;

begindefineitem 131;
	import = 127;
	it_name = "Nullity Shield";
	it_value = 750;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 4;

	it_stats_to_affect 2 = 209;
	it_stats_addition 2 = 20;
	it_stats_to_affect 3 = 210;
	it_stats_addition 3 = 15;

begindefineitem 132;
	import = 126;
	it_name = "Reflecting Shield";
	it_value = 750;
	it_graphic_template = 54;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	
	it_stats_to_affect 2 = 204;
	it_stats_addition 2 = 5;


begindefineitem 133;
	import = 127;
	it_name = "Treated Carapace";
	it_value = 400;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;

	it_stats_to_affect 2 = 207;
	it_stats_addition 2 = 20;

begindefineitem 134;
	it_name = "Shadowy Shield";
	it_protection = 12;
	it_weight = 120;
	it_value = 700;
	it_graphic_template = 54;
	it_graphic_sheet = 2;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	
	it_stats_to_affect 2 = 211;
	it_stats_addition 2 = 5;

begindefineitem 135;
	import = 128;
	it_name = "Shadowstep Chitin";
	it_value = 4000;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_graphic_appearadj = 10;

	it_stats_to_affect 2 = 211;
	it_stats_addition 2 = 5;
	it_stats_to_affect 3 = 210;
	it_stats_addition 3 = 25;

	
begindefineitem 136;
	it_name = "Assassin's Shield";
	it_value = 1000;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 0;

	it_stats_to_affect 2 = 213;
	it_stats_addition 2 = 3;
	it_stats_to_affect 3 = 16;
	it_stats_addition 3 = 2;
	
begindefineitem 137;
	it_name = "Quicksilver Bulwark";
	it_value = 5000;
	it_graphic_template = 54;
	it_graphic_sheet = 2;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;

	it_stats_to_affect 2 = 201;
	it_stats_addition 2 = 1;
begindefineitem 138;
	import = 125;
	it_name = "Shield of Succor";
	it_value = 250;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	
	it_stats_to_affect 2 = 219;
	it_stats_addition 2 = 10;

begindefineitem 139;
	import = 125;
	it_name = "Stout Hardwood Shield";
	it_value = 600;
	it_graphic_appearadj = 8;
	
	it_stats_to_affect 2 = 8;
	it_stats_addition 2 = 2;

// 140 boots
begindefineitem 140;
// imported for all feet items
	import = 0;
	it_name = "Sandals";
	it_graphic_template = 53;
	it_graphic_sheet = 3;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 6;
	it_protection = 2;
	it_weight = 10;
	it_value = 4;
	//it_can_augment = 1;

begindefineitem 141;
	it_name = "Boots";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_protection = 4;
	it_weight = 30;
	it_value = 10;

begindefineitem 142;
	it_name = "Heavy Boots";
	it_protection = 6;
	it_weight = 40;
	it_value = 20;
	it_graphic_appearadj = 8;
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -5;

begindefineitem 143;
	it_name = "Blessed Boots";
	it_protection = 8;
	it_weight = 60;
	it_value = 100;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 16;

begindefineitem 144;
	import = 140;
	it_name = "Quicksilver Sandals";
	it_protection = 2;
	it_value = 2500;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;

	it_stats_to_affect 0 = 201;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = -5;

begindefineitem 145;
	import = 143;
	it_name = "Spectral Boots";
	it_value = 1000;
	it_graphic_appearadj = 64;
	
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 209;
	it_stats_addition 2 = 10;

begindefineitem 146;
	import = 140;
	it_name = "Nimble Sandals";
	it_value = 200;
	it_graphic_appearadj = 1;

	it_stats_to_affect 0 = 1;
	it_stats_addition 0 = 1;

begindefineitem 147;
	import = 141;
	it_name = "Clover Boots";
	it_value = 400;
	it_graphic_appearadj = 2;

	it_stats_to_affect 0 = 27;
	it_stats_addition 0 = 3;

begindefineitem 148;
	import = 140;
	it_name = "Samaritan Sandals";
	it_value = 600;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 20;

	it_stats_to_affect 0 = 219;
	it_stats_addition 0 = 10;

begindefineitem 149;
	import = 141;
	it_name = "Grounded Shoes";
	it_value = 100;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 0;

	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 10;

begindefineitem 150;
	it_name = "Swamp Shoes";
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 208;
	it_stats_addition 1 = 10;
	
begindefineitem 151;
	import = 143;
	it_name = "Dervish Boots";
	it_value = 2500;
	it_graphic_appearadj = 12;

	it_stats_to_affect 1 = 213;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 223;
	it_stats_addition 2 = 5;

begindefineitem 152;
	import = 143;
	it_name = "Radiant Boots";
	it_protection = 14;
	it_value = 1000;
	it_graphic_appearadj = 64;

begindefineitem 153;
	it_name = "Gazerskin Sandals";
	it_protection = 16;
	it_value = 3000;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 10;
 
 	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 211;
	it_stats_addition 2 = 3;
	it_stats_to_affect 3 = 13;
	it_stats_addition 3 = 1;
	
// 155 belts
begindefineitem 155;
// imported for all belts
	import = 0;
	it_name = "Belt";
	it_graphic_template = 53;
	it_graphic_sheet = 4;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_variety = 7;
	it_protection = 2;
	it_weight = 30;
	it_value = 10;
	//it_can_augment = 1;
begindefineitem 156;
	it_name = "Studded Belt";
	it_protection = 4;
	it_weight = 60;
	it_value = 25;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 157;
	import = 155;
	it_name = "Girdle of Strength";
	it_value = 400;
	it_graphic_appearadj = 1;

	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 1;
begindefineitem 158;
	it_name = "Girdle of Nimbleness";
	it_graphic_appearadj = 2;

	it_stats_to_affect 0 = 1;
begindefineitem 159;
	it_name = "Girdle of Insight";
	it_graphic_template = 54;
	it_graphic_sheet = 3;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 0;
	
	it_stats_to_affect 0 = 2;
begindefineitem 160;
	it_name = "Girdle of Endurance";
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 3;
begindefineitem 161;
	import = 155;
	it_name = "Sniper's Belt";
	it_value = 500;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;

	it_stats_to_affect 0 = 6;
	it_stats_addition 0 = 2;
	it_stats_to_affect 0 = 7;
	it_stats_addition 0 = 2;
begindefineitem 162;
	import = 156;
	it_name = "Blessed Belt";
	it_protection = 6;
	it_weight = 50;
	it_value = 200;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 0;

begindefineitem 163;
	it_name = "Radiant Belt";
	it_protection = 8;
	it_value = 1000;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 64;

begindefineitem 164;
	import = 156;
	it_name = "Girdle of Might";
	it_protection = 5;
	it_value = 1000;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_appearadj = 10;

	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 2;
begindefineitem 165;
	it_name = "Girdle of Avoidance";
	it_graphic_appearadj = 20;

	it_stats_to_affect 0 = 1;
begindefineitem 166;
	it_name = "Girdle of Genius";
	it_graphic_template = 54;
	it_graphic_sheet = 3;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	
	it_stats_to_affect 0 = 2;
begindefineitem 167;
	it_name = "Girdle of Life";
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 3;

// 170 rings
begindefineitem 170;
// imported for all rings
	import = 0;
	it_name = "Gold Ring";
	it_graphic_template = 50;
	it_graphic_sheet = 7;
	it_which_icon_ground = 3;	
	it_which_icon_inven = 5;
	it_variety = 5;
	it_weight = 1;
	it_value = 200;
	//it_can_augment = 1;
	it_extra_description = 1;
begindefineitem 171;
	it_name = "Platinum Ring";
	it_value = 500;
	it_graphic_sheet = 9;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 172;
	import = 170;
	it_name = "Shield Ring";
	it_protection = 4;
	it_value = 200;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_extra_description = -1;

	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 1;
begindefineitem 173;
	it_name = "Armor Ring";
	it_protection = 6;
	it_value = 2000;
	it_which_icon_ground = 3;	
	it_which_icon_inven = 4;

	it_stats_addition 0 = 2;
begindefineitem 174;
	it_name = "Blessed Armor Band";
	it_protection = 8;
	it_value = 4000;
	it_graphic_appearadj = 16;

	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = 4;
		
begindefineitem 175;
	it_name = "Frostcaller Band";
	it_protection = 2;
	it_value = 500;
	it_graphic_sheet = 9;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 4;

	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 15;
	it_stats_to_affect 1 = 214;
	it_stats_addition 1 = 2;
begindefineitem 176;
	it_name = "Static Band";
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 205;
	it_stats_to_affect 1 = 217;
	it_stats_addition 1 = 5;
begindefineitem 177;
	it_name = "Ivory Band";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_stats_to_affect 0 = 210;
	it_stats_to_affect 1 = 220;
begindefineitem 178;
	it_name = "Warmth Ring";
	it_graphic_appearadj = 17;
	
	it_stats_to_affect 0 = 212;
	it_stats_to_affect 1 = 213;
begindefineitem 179;
	it_name = "Mica Band";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 20;

	it_stats_to_affect 0 = 208;
	it_stats_to_affect 1 = 207;
	it_stats_addition 1 = 15;
	it_stats_to_affect 2 = 209;
	it_stats_addition 2 = 15;

// 180 gauntlets
begindefineitem 180;
// imported for all glove items
	import = 0;
	it_name = "Crude Leather Gloves";
	it_graphic_template = 53;
	it_graphic_sheet = 5;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_variety = 8;
	it_protection = 2;
	it_weight = 20;
	it_value = 4;
begindefineitem 181;
	it_name = "Thick Leather Gloves";
	it_protection = 3;
	it_weight = 30;
	it_value = 15;
	it_graphic_template = 54;
	it_graphic_sheet = 4;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 182;
	it_name = "Iron Gauntlets";
	it_graphic_template = 53;
	it_graphic_sheet = 5;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 0;
	it_protection = 6;
	it_weight = 40;
	it_value = 50;

	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -5;
begindefineitem 183;
	it_name = "Fine Steel Gauntlets";
	it_protection = 8;
	it_weight = 60;
	it_value = 250;
	it_graphic_template = 54;
	it_graphic_sheet = 4;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
begindefineitem 184;
	import = 180;
	it_name = "Drake Hide Gloves";
	it_value = 200;
	it_graphic_template = 54;
	it_graphic_sheet = 4;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;

	it_stats_to_affect 0 = 214;
	it_stats_addition 0 = 3;
begindefineitem 185;
	import = 181;
	it_name = "Spectral Gloves";
	it_value = 400;
	it_protection = 5;
	it_graphic_appearadj = 64;
	
	it_stats_to_affect 0 = 205;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 2;
begindefineitem 186;
	import = 183;
	it_name = "Momentum Gauntlets";
	it_value = 800;
	it_graphic_appearadj = 9;
	
	it_stats_to_affect 1 = 11;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 16;
	it_stats_addition 2 = 1;
	//it_graphic_coloradj = 256;
begindefineitem 187;
	import = 180;
	it_name = "Tinker's Gloves";
	it_value = 600;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 24;
	it_stats_addition 0 = 1;
begindefineitem 188;
	import = 181;
	it_name = "Dragonskin Gloves";
	it_value = 4000;
	it_protection = 8;

	it_graphic_appearadj = 1;

	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 11;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 213;
	it_stats_addition 2 = 5;

begindefineitem 189;
	import = 182;
	it_name = "Archer's Protectors";
	it_value = 4000;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 4;

	it_stats_to_affect 0 = 220;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 222;
	it_stats_addition 1 = 8;

// 190 general objects
begindefineitem 190;
	// imported for stackable junk items
	import = 0;
	it_name = "Rock";
	it_graphic_template = 51;
	it_graphic_sheet = 3;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_variety = 11;
	it_value = 0;
	it_weight = 10;
	it_charges = 1;
	it_extra_description = 8;
begindefineitem 191;
	it_name = "Bag of Meal";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_weight = 70;
	it_value = 40;
	it_extra_description = 9;
begindefineitem 192;
	// imported for general junk items
	it_name = "Stone Blocks";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_charges = 0;
	it_weight = 50;
	it_value = 2;
	it_extra_description = -1;

begindefineitem 193;
	it_name = "Pitcher";
	it_graphic_template = 50;
	it_graphic_sheet = 7;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_weight = 10;
	it_value = 2;
begindefineitem 194;
	it_name = "Bones";
	it_graphic_template = 51;
	it_graphic_sheet = 4;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_extra_description = 10;
	it_value = 0;
begindefineitem 195;
	it_name = "Skull";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 196;
	it_name = "Limb";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 0;
begindefineitem 197;
	it_name = "Pot";
	it_graphic_sheet = 7;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_extra_description = -1;
	it_value = 4;
begindefineitem 198;
	it_name = "Stein";
	it_graphic_template = 51;
	it_graphic_sheet = 7;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_extra_description = -1;
	it_value = 1;
begindefineitem 199;
	it_name = "Trowel";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 200;
	it_name = "Hammer";
	it_graphic_template = 53;
	it_graphic_sheet = 9;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
begindefineitem 201;
	it_name = "Mortar and Pestle";
	it_graphic_template = 52;
	it_graphic_sheet = 0;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 15;
begindefineitem 202;
	it_name = "Metal Bowl";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 8;
begindefineitem 203;
	it_name = "Shackles";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_value = 2;
begindefineitem 204;
	it_name = "Hatchet";
	it_graphic_template = 53;
	it_graphic_sheet = 9;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 205;
	it_name = "Bowl";
	it_graphic_template = 51;
	it_graphic_sheet = 8;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_charges = 0;
begindefineitem 206;
	it_name = "Spoon";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 1;
begindefineitem 207;
	it_name = "Whip";
	it_graphic_sheet = 2;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 6;
begindefineitem 208;
	it_name = "Trash";
	it_graphic_sheet = 4;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 10;
	it_extra_description = 11;
	it_value = 0;
begindefineitem 209;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 10;
begindefineitem 210;
	it_name = "Tools";
	it_graphic_sheet = 2;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_extra_description = -1;
	it_value = 20;
begindefineitem 211;
	it_name = "Basket";
	it_graphic_sheet = 8;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_extra_description = -1;
	it_value = 1;
begindefineitem 212;
	it_name = "Magical Notes";
	it_graphic_template = 52;
	it_graphic_sheet = 0;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_charges = 1;
	it_value = 50;
	it_extra_description = 12;
begindefineitem 213;
	it_name = "Incense";
	it_graphic_sheet = 2;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_charges = 0;
	it_value = 30;
	it_extra_description = -1;
begindefineitem 214;
	it_name = "Flawless Crystal";
	it_graphic_sheet = 3;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 10;
	it_charges = 1;
	it_value = 200;
	it_extra_description = 1;
begindefineitem 215;
	it_name = "Lab Equipment";
	it_graphic_sheet = 1;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_charges = 1;
	it_value = 70;
	it_extra_description = -1;
	it_weight = 30;
begindefineitem 216;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 217;
	it_name = "Lamp";
	it_graphic_sheet = 0;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 3;
	it_ability = 19;
	it_level = 20;
	it_extra_description = -1;
begindefineitem 218;
	import = 190;
	it_name = "Stone Crescent";
	it_extra_description = -1;
begindefineitem 219;
	import = 212;
	it_name = "Empire Records";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 0;
	it_extra_description = 32;

// 220 potions
begindefineitem 220;
// imported for all potions
	import = 0;
	it_name = "Healing Potion";
	it_graphic_template = 50;
	it_graphic_sheet = 5;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_variety = 9;
	it_charges = 1;
	it_weight = 1;
	it_ability = 141;
	it_value = 30;
	it_level = 10;
begindefineitem 221;
	it_name = "Curing Potion";
	it_ability = 142;
	it_level = 2;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
begindefineitem 222;
	it_name = "Speed Potion";
	it_ability = 143;
	it_value = 40;
	it_level = 7;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 223;
	it_name = "Energy Potion";
	it_ability = 144;
	it_level = 20;
	it_value = 150;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 224;
	it_name = "Shielding Potion";
	it_ability = 145;
	it_value = 40;
	it_level = 3;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 225; 
	it_name = "Skribbane";
	it_ability = 158;
	it_value = 25;
	it_level = 4;
	it_graphic_template = 50;
	it_graphic_sheet = 5;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_extra_description = 37;

begindefineitem 226;
	import = 220;
	it_name = "Healing Elixir";
	it_value = 200;
	it_level = 15;
	it_graphic_sheet = 6;
begindefineitem 227;
	import = 221;
	it_name = "Curing Elixir";
	it_value = 200;
	it_level = 5;
	it_graphic_sheet = 7;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 228;
	import = 222;
	it_name = "Speed Elixir";
	it_value = 250;
	it_level = 14;
	it_graphic_sheet = 6;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 229;
	import = 223;
	it_name = "Energy Elixir";
	it_value = 500;
	it_level = 120;
	it_graphic_sheet = 6;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 230;
	import = 224;
	it_name = "Armor Elixir";
	it_value = 250;
	it_level = 10;
	it_graphic_sheet = 6;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	

begindefineitem 231;
	import = 120;
	it_name = "Scroll - Group Heal";
	it_ability = 163;
	it_value = 80;
	it_level = 15;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 4;
begindefineitem 232;
	it_name = "Scroll - Stoneshatter";
	it_ability = 117;
	it_value = 150;
	it_level = 2;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_appearadj = 8;
begindefineitem 233;
	it_name = "Scroll - Spellward";
	it_ability = 155;
	it_value = 170;
	it_level = 1;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 16;
begindefineitem 234;
	it_name = "Scroll - Recovery";
	it_ability = 164;
	it_value = 100;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 8;
begindefineitem 235;
	it_name = "Scroll - Speed Burst";
	it_ability = 173;
	it_level = 3;
	it_value = 200;
	it_graphic_appearadj = 1;
begindefineitem 236;
	it_name = "Scroll - Spineshield";
	it_ability = 170;
	it_value = 100;
	it_graphic_appearadj = 2;
	it_level = 12;
	
begindefineitem 237;
	import = 220;
	it_name = "Invulnerability Potion";
	it_ability = 146;
	it_value = 500;
	it_level = 4;
	it_graphic_template = 50;
	it_graphic_sheet = 4;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
begindefineitem 238;
	it_name = "Invulnerability Elixir";
	it_value = 800;
	it_level = 7;
	it_graphic_appearadj = 9;
begindefineitem 239;
	import = 220;
	it_name = "UNUSED Knowledge Brew";
	//it_ability = 223;
	it_value = 500;
	it_level = 1;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	//it_graphic_coloradj = 0;		
begindefineitem 240;
	it_name = "UNUSED Knowledge Elixir";
	it_value = 1200;
	it_level = 3;
	//it_graphic_coloradj = 256;	
	
begindefineitem 241;
	it_name = "Piercing Crystal";
	it_value = 200;
	it_ability = 167;
	it_level = 1;
	it_graphic_template = 53;
	it_graphic_sheet = 7;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 242;
	it_name = "Wisdom Crystal";
	it_value = 500;
	it_ability = 156;
	it_level = 25;
	it_graphic_template = 54;
	it_graphic_sheet = 5;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_extra_description = 13;
begindefineitem 243;
	it_name = "Purging Crystal";
	it_value = 300;
	it_ability = 164;
	it_level = 2;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_extra_description = -1;
begindefineitem 244;
	it_name = "Battle Crystal";
	it_value = 250;
	it_ability = 171;
	it_level = 6;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;

// AUGMENTING RODS 245
begindefineitem 245; 
	import = 220;
	it_variety = 15;
	it_name = "Rod of Succor";
	it_graphic_template = 50;
	it_graphic_sheet = 9;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_weight = 10;
	it_ability = 163;
	it_value = 100;
	it_charges = 6;
	it_level = 10;
begindefineitem 246; 
	it_name = "Rod of Alacrity";
	it_ability = 160;
	it_graphic_appearadj = 2;
begindefineitem 247; 
	it_name = "Rod of Defense";
	it_ability = 161;
	it_graphic_appearadj = 4;
	it_level = 16;
begindefineitem 248; 
	it_name = "Rod of Battle";
	it_ability = 162;
	it_graphic_appearadj = 1;
	it_level = 16;
	
// FOOD
begindefineitem 250; 
	import = 220;
	it_name = "Fruit";
	it_graphic_template = 52;
	it_graphic_sheet = 6;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_weight = 5;
	it_ability = 15;
	it_value = 16;
	it_level = 2;
	it_extra_description = 14;
begindefineitem 251; 
	it_name = "Dried Meat";
	it_value = 20;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 252; 
	it_name = "Mushrooms";
	it_value = 16;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 253; 
	it_name = "Meat";
	it_value = 25;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 254; 
	it_name = "Fish";
	it_value = 20;
	it_graphic_sheet = 7;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 255; 
	it_name = "Mushroom";
	it_value = 15;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 256; 
	it_name = "Roll";
	it_value = 12;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 257; 
	it_name = "Bread";
	it_value = 18;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
begindefineitem 258; 
	it_name = "Egg";
	it_value = 12;
	it_graphic_template = 51;
	it_graphic_sheet = 7;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;

begindefineitem 259; 
	it_name = "Bandages";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_level = 5;
	it_value = 5;
	it_ability = 16;
	it_extra_description = 15;

// More incidental items
begindefineitem 260;
	// imported for other crap items that don't stack in inven
	import = 0;
	it_name = "Pitcher";
	it_graphic_template = 50;
	it_graphic_sheet = 7;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_variety = 11;
	it_value = 2;
	it_weight = 20;
	it_charges = 0;
begindefineitem 261;
	it_name = "Bolt of Cloth";
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 40;
	it_charges = 1;
begindefineitem 262;
	it_name = "Bar of Iron";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 30;
	it_charges = 1;
	it_weight = 80;
begindefineitem 263;
	// imported for other crap items that don't stack in inven
	import = 260;
	it_name = "Bucket";
	it_charges = 0;
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 264;
	it_name = "Bucket of Water";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 265;
	it_name = "Golden Goblet";
	it_graphic_sheet = 7;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 200;
	it_weight = 30;
begindefineitem 266;
	import = 260;
	it_name = "Plate";
	it_graphic_template = 51;
	it_graphic_sheet = 9;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 267;
	it_name = "Sheet of Papyrus";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 12;
	it_weight = 2;
	it_charges = 1;
begindefineitem 268;
	it_name = "Dice";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_charges = 0;
begindefineitem 269;
	it_name = "Scalpel";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
begindefineitem 270;
	it_name = "Thread";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 5;
	it_charges = 1;
begindefineitem 271;
	it_name = "Trowel";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 4;
	it_charges = 0;
begindefineitem 272;
	it_name = "Pen and Ink";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 273;
	it_name = "Candle";
	it_graphic_template = 52;
	it_graphic_sheet = 9;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 2;
	it_ability = 19;
	it_level = 10;
	it_charges = 1;
begindefineitem 274;
	it_name = "Lamp";
	it_graphic_sheet = 9;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 12;
	it_level = 20;
begindefineitem 275;
	it_name = "Potted Plant";
	it_graphic_sheet = 2;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 12;
	it_weight = 50;
	it_extra_description = 16;
	it_ability = -1;
	it_charges = 0;
begindefineitem 276;
	it_name = "Clay Jug";
	it_graphic_sheet = 5;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 2;
	it_extra_description = -1;
begindefineitem 277;
	it_name = "Clay Pot";
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
begindefineitem 278;
	it_name = "Teapot";
	it_graphic_template = 52;
	it_graphic_sheet = 5;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 5;
begindefineitem 279;
	it_name = "Mug";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 3;
begindefineitem 280;
	it_name = "Teacup";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 281;
	it_name = "Board Game";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 12;
	it_weight = 30;
begindefineitem 282;
	it_name = "Saw";
	it_graphic_template = 51;
	it_graphic_sheet = 5;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 10;
	it_value = 7;
	it_weight = 20;
begindefineitem 283;
	it_name = "Board";
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	it_value = 1;
	it_weight = 100;

begindefineitem 284; 
	import = 250;
	it_name = "Cake";
	it_graphic_template = 52;
	it_graphic_sheet = 6;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_extra_description = 33;
begindefineitem 285; 
	it_name = "Kabob";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_extra_description = 14;

begindefineitem 286;
	import = 260;
	it_name = "Cauldron";
	it_graphic_template = 52;
	it_graphic_sheet = 1;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_weight = 200;
	
begindefineitem 287;
	import = 260;
	it_name = "Mandrake Tincture";
	it_value = 0;
	it_charges = 1;	
	//it_graphic_coloradj = 1;
	it_extra_description = 17;
begindefineitem 288;
	it_name = "Demon's Bile";
	//it_graphic_coloradj = 4;

begindefineitem 289;
	import = 260;
	it_name = "Healing Herbs";
	it_graphic_template = 52;
	it_graphic_sheet = 4;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 60;
	it_weight = 2;
	it_charges = 1;
	it_extra_description = 17;
begindefineitem 290;
	it_name = "Spiritual Herbs";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 70;
begindefineitem 291;
	it_name = "Energetic Herbs";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 80;
begindefineitem 292;
	it_name = "Graymold";
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 100;
	it_extra_description = 18;
begindefineitem 293;
	it_name = "Mandrake Root";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_value = 200;
	it_extra_description = 19;

// Special item quest items
begindefineitem 294;
	import = 263;
	it_name = "Fine Leather";
	it_graphic_template = 51;
	it_graphic_sheet = 3;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 200;
	it_charges = 1;
	it_extra_description = 29;
begindefineitem 295;
	it_name = "Focusing Crystal";
	it_graphic_template = 54;
	it_graphic_sheet = 7;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 400;
	it_graphic_appearadj = 17;
begindefineitem 296;
	it_name = "Fine Steel";
	it_graphic_template = 51;
	it_graphic_sheet = 3;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_appearadj = 20;
	it_value = 300;



begindefineitem 303;
	import = 35;
	it_name = "Emerald Chestguard";
	it_protection = 42;
	it_value = 5000;
	it_graphic_appearadj = 2;

	it_stats_to_affect 2 = 209;
	it_stats_addition 2 = 25;
	it_stats_to_affect 3 = 221;
	it_stats_addition 3 = 5;
begindefineitem 304; 
	import = 83;
	it_ability = 21;
	it_name = "Demonslayer";
	it_graphic_template = 50;
	it_graphic_sheet = 1;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 66;
	it_protection = 6;
	it_value = 0;

	it_extra_description = 20;

	it_stats_to_affect 0 = 215;
	it_stats_addition 0 = 75;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 20;
	it_stats_to_affect 2 = 205;
	it_stats_addition 2 = 20;
	it_stats_to_affect 3 = 212;
	it_stats_addition 3 = 20;
begindefineitem 305; 
	import = 192;
	it_name = "Upper Half of Scroll";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 2;
	it_variety = 15;
	it_ability = 2;
	it_charges = 0;
	it_value = 0;
begindefineitem 306; 
	it_name = "Lower Half of Scroll";
	it_ability = 3;
	it_graphic_appearadj = 10;
	
// more bows
begindefineitem 313;
	import = 90;
	it_name = "Crude Longbow";
	it_graphic_template = 54;
	it_graphic_sheet = 6;
	it_which_icon_ground = 0;
	it_which_icon_inven = 1;
	it_ability = 44;
	it_level = 5;
	it_value = 50;
	it_weight = 40;

	it_stats_to_affect 0 = 221;
	it_stats_addition 0 = 10;
begindefineitem 314;
	it_name = "Ash Longbow";
	it_level = 7;
	it_value = 250;
	it_graphic_appearadj = 2;
begindefineitem 315;
	it_name = "Lemonwood Longbow";
	it_level = 12;
	it_value = 500;
	it_graphic_template = 50;
	it_graphic_sheet = 3;
	it_which_icon_ground = 0;
	it_which_icon_inven = 1;
	it_graphic_appearadj = 0;
begindefineitem 316;
	it_name = "Yew Longbow";
	it_level = 16;
	it_value = 1400;
	it_graphic_appearadj = 1;
begindefineitem 317;
	it_name = "Farsight Longbow";
	it_level = 12;
	it_value = 900;
	it_graphic_appearadj = 4;
	
	it_stats_to_affect 1 = 220;
	it_stats_addition 1 = 5;
	it_stats_to_affect 2 = 216;
	it_stats_addition 2 = 10;
begindefineitem 318;
	import = 313;
	it_name = "Sage's Longbow";
	it_value = 2000;
	it_graphic_appearadj = 64;
	
	it_stats_to_affect 1 = 214;
	it_stats_addition 1 = 5;
	it_stats_to_affect 2 = 217;
	it_stats_addition 2 = 5;

begindefineitem 323;
	import = 142;
	it_name = "Forager's Boots";
	it_stats_to_affect 0 = 25;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 26;
	it_stats_addition 1 = 1;
	it_value = 700;
	it_graphic_appearadj = 2;
begindefineitem 324;
	import = 176;
	it_name = "Rat Tail Band";
	it_value = 700;
	it_graphic_appearadj = 2;

	it_stats_to_affect 0 = 1;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 222;
	it_stats_addition 1 = 2;
begindefineitem 325;
	import = 12;
	it_name = "Ratskin Shawl";
	it_value = 700;
	it_graphic_appearadj = 2;

	it_stats_to_affect 0 = 200;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 221;
	it_stats_addition 1 = 3;

// leather helms
begindefineitem 328;
	import = 0;
	it_name = "Poor Leather Helmet";
	it_variety = 20;
	it_protection = 1;
	it_graphic_template = 53;
	it_graphic_sheet = 5;
	it_which_icon_ground = 11;
	it_which_icon_inven = 12;
	it_graphic_appearadj = 8;
	it_value = 5;
	it_weight = 40;
begindefineitem 329;
	it_name = "Leather Helmet";
	it_protection = 2;
	it_value = 15;
	it_graphic_appearadj = 0;
begindefineitem 330;
	it_name = "Lizardskin Helmet";
	it_protection = 5;
	it_weight = 10;
	it_value = 300;
	it_graphic_appearadj = 2;
begindefineitem 331;
	//it_graphic_coloradj = 1024;
	it_name = "Dragonskin Cap";
	it_value = 2000;
	it_protection = 9;
	it_graphic_appearadj = 1;
	
	it_stats_to_affect 0 = 22;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 210;
	it_stats_addition 1 = 10;


begindefineitem 332;
	it_name = "Rusty Helmet";
	it_graphic_sheet = 6;
	it_which_icon_ground = 7;
	it_which_icon_inven = 8;
	it_graphic_appearadj = 8;
	it_protection = 3;
	it_weight = 80;
	it_value = 25;
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -5;
	it_stats_to_affect 1 = 210;
	it_stats_addition 1 = 6;

begindefineitem 333;
	it_name = "Bronze Helmet";
	it_protection = 4;
	it_value = 60;
	it_graphic_appearadj = 1;
begindefineitem 334;
	it_name = "Iron Helmet";
	it_protection = 5;
	it_value = 250;
	it_which_icon_ground = 9;
	it_which_icon_inven = 10;
	it_graphic_appearadj = 0;

	it_stats_addition 0 = -10;
	it_stats_addition 1 = 12;
begindefineitem 335;
	it_name = "Steel Helmet";
	it_protection = 7;
	it_value = 800;
	it_which_icon_ground = 11;
	it_which_icon_inven = 12;

begindefineitem 336;
	import = 330;
	it_name = "Serpentskin Helmet";
	it_protection = 7;
	it_value = 500;
	it_graphic_appearadj = 10;

	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 12;
	it_stats_to_affect 1 = 208;
	it_stats_addition 1 = 12;
begindefineitem 337;
	it_name = "Hellhound Helm";
	it_value = 1000;
	it_graphic_appearadj = 4;

	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 212;
	it_stats_addition 1 = 15;
begindefineitem 338;
	import = 335;
	it_name = "Helm of Khar";
	it_value = 1000;
	it_graphic_appearadj = 1;

	it_stats_to_affect 2 = 12;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 17;
	it_stats_addition 3 = 1;
begindefineitem 339;
	import = 335;
	it_name = "Helm of Klin";
	it_protection = 9;
	it_value = 1500;
	it_graphic_appearadj = 2;

	it_stats_to_affect 2 = 8;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 223;
	it_stats_addition 3 = 3;
begindefineitem 340;
	import = 333;
	it_name = "Runed Helm";
	it_protection = 10;
	it_value = 1500;
	it_weight = 10;
	it_graphic_appearadj = 16;		

	it_stats_to_affect 0 = 20;
	it_stats_addition 0 = 2;
begindefineitem 341;
	import = 333;
	it_name = "Foil Helm";
	it_value = 750;
	it_graphic_appearadj = 32;		
	it_stats_addition 1 = 20;
	it_stats_to_affect 2 = 2;
	it_stats_addition 2 = -1;
	it_stats_to_affect 3 = 27;
	it_stats_addition 3 = 1;

begindefineitem 342;
	import = 180;
	it_name = "Duelist's Gloves";
	it_protection = 3;
	it_value = 1500;
	it_graphic_appearadj = 16;		
	
	it_stats_to_affect 0 = 216;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 4;
	it_stats_addition 1 = 2;
begindefineitem 343;
	it_name = "Suede Gloves";
	it_graphic_appearadj = 17;		
	
	it_stats_to_affect 0 = 217;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 22;
	it_stats_addition 1 = 2;
begindefineitem 344;
	import = 183;
	it_name = "Seeking Gauntlets";
	it_protection = 10;
	it_value = 2500;
	it_graphic_appearadj = 64;		
	
	it_stats_to_affect 0 = 221;
	it_stats_addition 0 = 5;
begindefineitem 345;
	it_name = "Putrified Gauntlets";
	it_protection = 9;
	it_value = 5000;
	it_graphic_appearadj = 66;		
	
	it_stats_to_affect 0 = 0;
	it_stats_addition 0 = -1;
	it_stats_to_affect 1 = 1;
	it_stats_addition 1 = -1;
	it_stats_to_affect 2 = 208;
	it_stats_addition 2 = 50;
	it_stats_to_affect 3 = 214;
	it_stats_addition 3 = 8;		


// 350 legs
begindefineitem 350;
// imported for all legs items
	import = 0;
	it_name = "Pants";
	it_graphic_template = 53;
	it_graphic_sheet = 6;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_appearadj = 1;		
	it_variety = 17;
	it_protection = 2;
	it_weight = 10;
	it_value = 8;
	it_extra_description = 21;
begindefineitem 351;
	it_name = "Leather Pants";
	it_protection = 3;
	it_value = 30;
	it_weight = 30;
	it_graphic_appearadj = 0;		
	//it_can_augment = 1;
begindefineitem 352;
	it_name = "Leather Greaves";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 0;		
	it_protection = 4;
	it_value = 100;
	it_weight = 70;
	it_extra_description = -1;
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 202;
	it_stats_addition 1 = -5;
begindefineitem 353;
	it_name = "Iron Greaves";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_protection = 6;
	it_weight = 100;
	it_value = 300;

	it_stats_addition 0 = 2;
	it_stats_addition 1 = -10;
begindefineitem 354;
	it_name = "Steel Greaves";
	it_protection = 8;
	it_value = 800;
	it_weight = 130;
	it_graphic_appearadj = 16;		

	it_stats_addition 0 = 8;
begindefineitem 355;
	it_name = "Radiant Greaves";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 64;		
	it_protection = 10;
	it_weight = 110;
	it_value = 2500;
	
	it_stats_addition 0 = 3;
begindefineitem 356;
	import = 350;
	it_name = "Reflective Pants";
	it_value = 200;
	it_graphic_appearadj = 2;		

	it_stats_to_affect 0 = 209;
	it_stats_addition 0 = 10;
begindefineitem 357;
	import = 352;
	it_name = "Flesh-Fused Greaves";
	it_value = 500;
	it_graphic_appearadj = 10;
	
	it_stats_to_affect 2 = 0;
	it_stats_addition 2 = 2;
begindefineitem 358;
	it_name = "Starlight Greaves";
	it_value = 1000;
	it_graphic_appearadj = 4;		

	it_stats_to_affect 2 = 219;
	it_stats_addition 2 = 8;
begindefineitem 359;
	import = 354;
	it_name = "Sunlight Greaves";
	it_value = 3000;
	it_graphic_appearadj = 9;
	it_protection = 12;
	
	it_stats_to_affect 2 = 1;
	it_stats_addition 2 = 2;
	it_stats_to_affect 3 = 13;
	it_stats_addition 3 = 3;
begindefineitem 360;
	import = 352;
	it_name = "Warrior's Kilt";
	it_value = 900;
	it_graphic_template = 54;
	it_graphic_sheet = 4;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;

	it_stats_to_affect 2 = 216;
	it_stats_addition 2 = 10;
	it_stats_to_affect 3 = 9;
	it_stats_addition 3 = 1;

	
// 365 necks
begindefineitem 365;
// imported for some neck items
	import = 0;
	it_name = "Silver Necklace";
	it_graphic_template = 50;
	it_graphic_sheet = 4;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 2;
	it_variety = 16;
	it_weight = 4;
	it_value = 160;
	it_extra_description = 1;
begindefineitem 366;
// imported for some neck items
	it_name = "Gold Necklace";
	it_which_icon_ground = 10; // 
	it_which_icon_inven = 4;
	it_value = 400;
begindefineitem 367;
	it_name = "Electrum Bauble";
	it_which_icon_ground = 0; // 
	it_which_icon_inven = 7;
	it_protection = 2;
	it_value = 250;
	it_extra_description = -1;
begindefineitem 368;
	it_name = "Stability Bauble";
	it_protection = 0;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 3;

	it_stats_to_affect 0 = 209;
	it_stats_addition 0 = 20;
begindefineitem 369;
	it_name = "Charged Bauble";
	it_value = 1500;
	it_which_icon_inven = 8;

	it_stats_to_affect 0 = 20;
	it_stats_addition 0 = 3;
begindefineitem 370;
	it_name = "Crystal Symbol";
	it_protection = 2;
	it_value = 600;
	it_which_icon_ground = 0; // 
	it_which_icon_inven = 5;
	it_graphic_appearadj = 0;

	it_stats_to_affect 0 = 23;
	it_stats_addition 0 = 2;
begindefineitem 371;
	it_name = "Tribal Symbol";
	it_value = 600;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	
	it_stats_to_affect 0 = 20;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 8;
	it_stats_addition 1 = 1;
begindefineitem 372;
	it_name = "Clarity Talisman";
	it_value = 1000;
	it_protection = 4;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 6;

	it_stats_to_affect 0 = 214;
	it_stats_addition 0 = 4;
	it_stats_to_affect 1 = 217;
	it_stats_addition 1 = 10;
begindefineitem 373;
	import = 366;
	it_name = "Temperate Necklace";
	it_value = 1200;
	it_protection = 2;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 2;

	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 15;
	it_stats_to_affect 1 = 212;
	it_stats_addition 1 = 15;
begindefineitem 374;
	it_name = "Ruby Necklace";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 6;
	
	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 15;
	it_stats_to_affect 1 = 205;
	it_stats_addition 1 = 15;
begindefineitem 375;
	it_name = "Runed Jade Necklace";
	it_which_icon_inven = 5;

	it_stats_to_affect 0 = 207;
	it_stats_addition 0 = 15;
	it_stats_to_affect 1 = 208;
	it_stats_addition 1 = 15;
begindefineitem 376;
	import = 366;
	it_name = "Hero's Necklace";
	it_value = 3000;
	it_protection = 6;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 9;
	it_extra_description = -1;

	it_stats_to_affect 0 = 4;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 15;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 213;
	it_stats_addition 2 = 3;
begindefineitem 377;
	import = 365;
	it_name = "Lucky Charm";
	it_value = 300;
	it_graphic_appearadj = 1;
	
	it_stats_to_affect 0 = 27;
	it_stats_addition 0 = 1;

begindefineitem 378;
	import = 365;
	it_name = "Talisman of Might";
	it_value = 4000;
	it_which_icon_ground = 0; // 
	it_which_icon_inven = 7;
	it_extra_description = -1;

	it_stats_to_affect 0 = 213;
	it_stats_addition 0 = 8;

// pole weapons
begindefineitem 382;
	import = 0;
	it_name = "Crude Spear";
	it_graphic_template = 50;
	it_graphic_sheet = 2;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 8;
	it_protection = 5;

	it_ability = 22;
	it_level = 6;
	it_value = 20;
	it_variety = 18;
	it_weight = 70;	
	
begindefineitem 383;
	it_name = "Bronze Spear";
	it_level = 8;
	it_value = 120;
	it_graphic_appearadj = 1;

begindefineitem 384;
	it_name = "Iron Spear";
	it_which_icon_ground = 0;
	it_which_icon_inven = 1;
	it_level = 11;
	it_value = 200;
	it_graphic_appearadj = 0;

begindefineitem 385;
	it_name = "Steel Spear";
	it_level = 14;
	it_graphic_appearadj = 16;
	it_value = 500;
begindefineitem 386;
	it_name = "Crude Halberd";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 8;
	it_protection = 8;

	it_ability = 23;
	it_level = 6;
	it_value = 120;
	it_weight = 130;	
	
begindefineitem 387;
	it_name = "Bronze Halberd";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 1;
	it_level = 8;
	it_value = 240;

begindefineitem 388;
	it_name = "Iron Halberd";
	it_level = 11;
	it_value = 600;
	it_graphic_appearadj = 0;

begindefineitem 389;
	it_name = "Steel Halberd";
	it_level = 15;
	it_graphic_appearadj = 16;
	it_value = 1000;

begindefineitem 390;
	import = 384;
	it_name = "Lava-Fired Spear";
	it_value = 1000;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;

	it_stats_to_affect 0 = 206;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 221;
	it_stats_addition 1 = 5;
	it_stats_to_affect 2 = 214;
	it_stats_addition 2 = 5;

begindefineitem 391;
	it_name = "Spear of the Fen";
	it_value = 3000;
	it_graphic_appearadj = 2;
	it_level = 13;
	
	it_stats_to_affect 0 = 208;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 209;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 223;
	it_stats_addition 2 = 3;
begindefineitem 392;
	it_name = "Smite";
	it_value = 2500;
	it_graphic_appearadj = 4;
	it_level = 16;
	
	it_stats_to_affect 0 = 218;
	it_stats_addition 0 = 50;
	it_stats_to_affect 1 = 216;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 221;
	it_stats_addition 2 = 5;
begindefineitem 393;
	import = 388;
	it_name = "Molten Halberd";
	it_level = 12;
	it_value = 1000;
	it_graphic_appearadj = 9;
	
	it_stats_to_affect 0 = 16;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 206;
	it_stats_addition 1 = 10;
begindefineitem 394;
	import = 389;
	it_name = "Jade Halberd";
	it_level = 20;
	it_ability = 236;
	it_value = 5000;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 204;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 200;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 216;
	it_stats_addition 2 = 15;

begindefineitem 395;
	import = 389;
	it_name = "Chaotic Halberd";
	it_level = 22;
	it_ability = 237;
	it_value = 3000;
	it_graphic_appearadj = 64;

	it_stats_to_affect 0 = 221;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 1;
	it_stats_addition 1 = 2;
begindefineitem 396;
	import = 383;
	it_name = "Slith Spear";
	it_ability = 22;
	it_value = 100;
	it_graphic_template = 50;
	it_graphic_sheet = 2;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;

	it_stats_to_affect 0 = 221;
	it_stats_addition 0 = 8;
	it_stats_to_affect 1 = 223;
	it_stats_addition 1 = 2;
begindefineitem 397;
	it_name = "Fine Slith Spear";
	it_level = 11;
	it_value = 500;
	it_graphic_appearadj = 8;
begindefineitem 398;
	it_name = "Slith Warspear";
	it_level = 14;
	it_value = 1000;
	it_graphic_appearadj = 4;

	it_stats_addition 0 = 10;
	it_stats_addition 1 = 3;
	
	//it_graphic_coloradj = 256;
begindefineitem 399;
	it_name = "Slith Bloodspear";
	it_level = 17;
	it_value = 2500;
	it_graphic_appearadj = 1;
	
	it_stats_addition 0 = 12;
	it_stats_addition 1 = 4;

// more crap items
begindefineitem 400;
	import = 263;
	it_name = "Scissors";
	it_graphic_template = 52;
	it_graphic_sheet = 0;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 4;
begindefineitem 401;
	it_name = "Pillow";
	it_graphic_template = 51;
	it_graphic_sheet = 9;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 2;
	it_weight = 10;
	it_extra_description = 36;
begindefineitem 402;
	it_name = "Towel";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_extra_description = 22;
begindefineitem 403;
	it_name = "Pot";
	it_graphic_sheet = 7;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 3;
	it_extra_description = -1;
begindefineitem 404;
	it_name = "Goblet";
	it_graphic_sheet = 2;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 15;
begindefineitem 405;
	it_name = "Rolling Pin";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 3;
begindefineitem 406;
	it_name = "Ale";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 12;
	it_charges = 1;
	it_extra_description = 23;
	it_ability = 252;
	it_level = 10;
begindefineitem 407;
	it_name = "Wine";
	it_graphic_template = 50;
	it_graphic_sheet = 6;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_extra_description = 24;
	it_charges = 1;
begindefineitem 408;
	it_name = "Broken Sword";
	it_graphic_template = 51;
	it_graphic_sheet = 4;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 0;
	it_weight = 50;
	it_charges = 0;
	it_extra_description = -1;
	it_ability = -1;
begindefineitem 409;
	it_name = "Broom";
	it_graphic_template = 53;
	it_graphic_sheet = 9;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 3;
begindefineitem 410;
	it_name = "Mop";
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
begindefineitem 411;
	it_name = "Shovel";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 8;
begindefineitem 412;
	it_name = "Pick";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 413;
	import = 260;
	it_name = "Amphora";
	it_charges = 0;
	it_graphic_template = 51;
	it_graphic_sheet = 9;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
begindefineitem 414;
	it_name = "Tongs";
	it_graphic_template = 52;
	it_graphic_sheet = 9;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 415;
	it_name = "Pincers";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
begindefineitem 416;
	it_name = "Rope";
	it_graphic_sheet = 8;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 4;
begindefineitem 417;
	it_name = "Pipe";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
begindefineitem 418;
	it_name = "Ceramic Pot";
	it_graphic_template = 52;
	it_graphic_sheet = 1;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
begindefineitem 419;
	it_name = "Lantern";
	it_graphic_sheet = 9;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_ability = 19;
	it_level = 20;
	it_charges = 1;
begindefineitem 420;
	it_name = "Clay Bowl";
	it_graphic_template = 51;
	it_graphic_sheet = 9;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_ability = -1;
	it_charges = 0;
begindefineitem 421;
	it_name = "Clay Brick";
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
begindefineitem 422;
	it_name = "Broken Clay";
	it_graphic_sheet = 5;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 0;
begindefineitem 423;
	it_name = "Broken Clay";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 1;
begindefineitem 424;
	it_name = "Broken Pot";
	it_which_icon_ground = 3;	
	it_which_icon_inven = 4;
begindefineitem 425;
	it_name = "Dry Bone";
	it_which_icon_ground = 5;	
	it_which_icon_inven = 6;

begindefineitem 426;
	it_name = "Alchemical Equipment";
	it_graphic_template = 52;
	it_graphic_sheet = 1;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 40;
begindefineitem 427;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 50;
begindefineitem 428;
	it_name = "Fishing Pole";
	it_graphic_sheet = 8;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 5;
begindefineitem 429;
	it_name = "Scales";
	it_graphic_sheet = 1;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 15;
begindefineitem 430;
	it_name = "Blanket";
	it_graphic_sheet = 8;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 5;
begindefineitem 431;
	it_name = "Spoon";
	it_graphic_template = 51;
	it_graphic_sheet = 8;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 2;
begindefineitem 432;
	it_name = "Fork";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 433;
	it_name = "Knife";
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
begindefineitem 434;
	it_name = "Vase";
	it_graphic_template = 52;
	it_graphic_sheet = 3;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 20;
begindefineitem 435;
	import = 407;
	it_name = "Fine Wine";
	//it_graphic_coloradj = 4;
	it_value = 100;
	it_extra_description = 26;
	it_ability = 252;
	it_level = 20;
begindefineitem 436;
	import = 200;
	it_name = "Stone Limb";

begindefineitem 437;
	it_name = "Eggshell";
	it_graphic_template = 51;
	it_graphic_sheet = 7;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 0;
	it_charges = 0;
begindefineitem 438;
	it_name = "Eyestalks";
	it_graphic_template = 52;
	it_graphic_sheet = 3;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_extra_description = 25;

begindefineitem 439;
	import = 222;
	it_name = "Gremlin Wine";
	it_graphic_template = 50;
	it_graphic_sheet = 6;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_graphic_appearadj = 16;
	it_ability = 143;
	it_level = 1;
	it_value = 0;

begindefineitem 440;
	import = 365;
	it_name = "Woven Silver Chain";
	it_value = 200;
	it_which_icon_inven = 8;
	it_graphic_appearadj = 4;
	it_extra_description = -1;

	it_stats_to_affect 0 = 204;
	it_stats_addition 0 = 2;
begindefineitem 441;
	it_name = "Nimble Chain";
	it_value = 250;
	it_graphic_appearadj = 2;

	it_stats_to_affect 0 = 13;
	it_stats_addition 0 = 1;
begindefineitem 442;
	import = 366;
	it_name = "Woven Golden Chain";
	it_value = 250;
	it_protection = 1;
	it_graphic_appearadj = 16;

	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 3;
begindefineitem 443;
	it_name = "Bladeshield Chain";
	it_value = 300;
	it_protection = 1;
	it_which_icon_inven = 9;
	it_graphic_appearadj = 4;

	it_stats_to_affect 0 = 223;
	it_stats_addition 0 = 3;
	
	
begindefineitem 444;
	import = 170;
	it_name = "Woven Silver Band";
	it_value = 200;
	it_graphic_appearadj = 64;
	it_extra_description = -1;
	
	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 1;
begindefineitem 445;
	it_name = "Archer's Band";
	it_value = 400;
	it_graphic_appearadj = 18;
	
	it_stats_to_affect 0 = 220;
	it_stats_addition 0 = 5;
begindefineitem 446;
	import = 171;
	it_name = "Woven Gold Band";
	it_value = 250;
	it_protection = 1;
	it_graphic_sheet = 9;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_extra_description = -1;

	it_stats_to_affect 0 = 15;
	it_stats_addition 0 = 2;
begindefineitem 447;
	it_name = "Magestone Band";
	it_value = 600;
	it_protection = 1;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 214;
	it_stats_addition 0 = 5;
begindefineitem 448;
	import = 172;
	it_name = "Ten Blessings Band";
	it_graphic_sheet = 9;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 16;
	it_value = 1500;
	
	it_stats_to_affect 1 = 217;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 219;
	it_stats_addition 2 = 5;
begindefineitem 449;
	import = 173;
	it_name = "Incantor's Ring";
	it_which_icon_ground = 3;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 17;
	it_value = 2000;
	
	it_stats_to_affect 0 = 214;
	it_stats_addition 0 = 8;
	it_stats_to_affect 1 = 217;
	it_stats_addition 1 = 15;
begindefineitem 450;
	it_name = "Mauler's Ring";
	it_value = 3000;
	it_graphic_appearadj = 8;

	it_stats_to_affect 0 = 213;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 16;
	it_stats_addition 1 = 1;
	//it_graphic_coloradj = 2;
begindefineitem 451;
	it_name = "Lightstep Band";
	it_value = 2500;
	it_graphic_appearadj = 4;
	
	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 13;
	it_stats_addition 1 = 2;
begindefineitem 452;
	it_name = "Sensor Band";
	it_value = 3500;
	it_which_icon_ground = 3;	
	it_which_icon_inven = 4;
	it_graphic_appearadj = 32;
	
	it_stats_to_affect 0 = 220;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 221;
	it_stats_addition 1 = 8;

begindefineitem 455;
	import = 352;
	it_name = "Icedrake Greaves";
	it_value = 1500;
	it_protection = 7;
	it_graphic_appearadj = 4;
	
	it_stats_to_affect 2 = 212;
	it_stats_addition 2 = 20;
begindefineitem 456;
	import = 352;
	it_name = "Runed Kilt";
	it_value = 2000;
	it_graphic_template = 54;
	it_graphic_sheet = 4;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 205;
	it_stats_addition 1 = 10;
begindefineitem 457;
	import = 353;
	it_name = "Acid-Etched Leggings";
	it_value = 2500;
	it_graphic_appearadj = 10;
	
	it_stats_to_affect 2 = 209;
	it_stats_addition 2 = 15;
	it_stats_to_affect 3 = 208;
	it_stats_addition 3 = 15;

begindefineitem 459;
	import = 330;
	it_name = "Cap of the Selfless";
	it_value = 2000;
	it_graphic_template = 53;
	it_graphic_sheet = 5;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;

	it_stats_to_affect 0 = 219;
	it_stats_addition 0 = 8;
	it_stats_to_affect 1 = 217;
	it_stats_addition 1 = 8;
begindefineitem 460;
	it_name = "Cap of Farsight";
	it_value = 2000;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 220;
	it_stats_addition 0 = 3;
	it_stats_to_affect 1 = 17;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 12;
	it_stats_addition 2 = 1;
begindefineitem 461;
	import = 335;
	it_name = "Bandit's Cap";
	it_value = 2500;
	it_graphic_appearadj = 1;
	
	it_stats_to_affect 1 = 15;
	it_stats_addition 1 = 1;
	it_stats_to_affect 2 = 211;
	it_stats_addition 2 = 2;

begindefineitem 463;
	import = 162;
	it_name = "Stability Girdle";
	it_value = 1500;
	it_graphic_appearadj = 12;
	
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -5;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 4;
begindefineitem 464;
	import = 162;
	it_name = "Granite Girdle";
	it_value = 2000;
	it_graphic_appearadj = 9;
	
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -5;
	it_stats_to_affect 1 = 200;
	it_stats_addition 1 = 8;
	it_stats_to_affect 2 = 210;
	it_stats_addition 2 = 20;
begindefineitem 465;
	import = 162;
	it_name = "Silk-Woven Cord";
	it_value = 2500;
	it_graphic_appearadj = 16;
	
	it_stats_to_affect 0 = 200;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 20;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 23;
	it_stats_addition 2 = 1;
	it_stats_to_affect 3 = 25;
	it_stats_addition 3 = 1;

begindefineitem 467;
	import = 365;
	it_name = "Ruby Chain";
	it_value = 1500;
	it_protection = 3;
	it_graphic_appearadj = 1;

	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 3;
begindefineitem 468;
	it_name = "Jade-Studded Chain";
	it_graphic_appearadj = 2;

	it_stats_to_affect 0 = 20;
	it_stats_addition 0 = 3;
begindefineitem 469;
	it_name = "Emerald Chain";
	it_graphic_appearadj = 4;
	
	it_stats_to_affect 0 = 9;
	it_stats_addition 0 = 2;
begindefineitem 470;
	it_name = "Tarnished Chain";
	it_graphic_appearadj = 8;
	
	it_stats_to_affect 0 = 22;
	it_stats_addition 0 = 3;

begindefineitem 471;
	import = 170;
	it_name = "Ring of Utility";
	it_value = 2500;
	it_extra_description = -1;

	it_stats_to_affect 0 = 27;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 25;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 26;
	it_stats_addition 2 = 2;
begindefineitem 472;
	import = 171;
	it_name = "Bounding Band";
	it_value = 2000;
	it_graphic_appearadj = 8;
	it_extra_description = -1;

	it_stats_to_affect 0 = 209;
	it_stats_addition 0 = 10;
	it_stats_to_affect 1 = 211;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 13;
	it_stats_addition 2 = 2;
begindefineitem 473;
	import = 171;
	it_name = "Farsight Band";
	it_value = 2000;
	it_graphic_template = 54;
	it_graphic_sheet = 5;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 0;
	it_extra_description = -1;
	
	it_stats_to_affect 0 = 220;
	it_stats_addition 0 = 8;
begindefineitem 474;
	import = 171;
	it_name = "Basalt Band";
	it_value = 2000;
	it_protection = 8;
	it_graphic_appearadj = 1;
	it_extra_description = -1;
	
	it_stats_to_affect 0 = 202;
	it_stats_addition 0 = -10;
	it_stats_to_affect 1 = 216;
	it_stats_addition 1 = 10;
	it_stats_to_affect 2 = 204;
	it_stats_addition 2 = 5;
	it_stats_to_affect 3 = 8;
	it_stats_addition 3 = 1;

begindefineitem 475; 
	import = 87;
	it_name = "Wyrmslayer";
	it_graphic_appearadj = 10;
	it_value = 0;
	it_level = 18;
	it_protection = 8;
	it_stats_to_affect 0 = 215;
	it_stats_addition 0 = 0;
	it_stats_to_affect 1 = 204;
	it_stats_addition 1 = 10;
	
begindefineitem 476;
	import = 316;
	it_name = "Bow of the Deep Woods";
	it_value = 2500;
	it_graphic_appearadj = 2;
	
	it_stats_to_affect 0 = 13;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 219;
	it_stats_addition 1 = 5;
	
begindefineitem 477;
	import = 316;
	it_name = "Firesight Bow";
	it_value = 3000;
	it_graphic_appearadj = 8;
	
	it_stats_to_affect 0 = 11;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 6;
	it_stats_addition 1 = 3;
	it_stats_to_affect 2 = 204;
	it_stats_addition 2 = 2;

begindefineitem 478; 
	import = 192;
	it_name = "Beaker";	
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 7;	
	it_which_icon_inven = 8;
	it_value = 25;
	it_weight = 20;	
	it_charges = 0;
begindefineitem 479; 
	it_name = "Abacus";	
	it_which_icon_ground = 9;	
	it_which_icon_inven = 10;
	it_value = 25;
begindefineitem 480; 
	it_name = "Bag of Coal";	
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	it_value = 25;
	it_weight = 100;	
	it_charges = 1;
begindefineitem 481; 
	it_name = "Hourglass";	
	it_graphic_sheet = 1;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	it_value = 20;
	it_weight = 25;	
	it_charges = 0;
	
begindefineitem 482;
	import = 260;
	it_name = "Chitrach Egg Sac";
	it_graphic_template = 51;
	it_graphic_sheet = 5;
	it_which_icon_ground = 7;	
	it_which_icon_inven = 8;
	it_charges = 1;	
	it_value = 25;
	
begindefineitem 483; 
	import = 192;
	it_name = "Bent Hexagonal Bar";	
	it_graphic_template = 52;
	it_graphic_sheet = 7;
	it_which_icon_ground = 11;	
	it_which_icon_inven = 12;
	it_value = 50;
begindefineitem 484; 
	import = 192;
	it_name = "Hexagonal Bar";
	it_graphic_template = 52;
	it_graphic_sheet = 7;
	it_which_icon_ground = 9;	
	it_which_icon_inven = 10;
	it_value = 100;
	
begindefineitem 485;
	import = 120;
	it_name = "Scroll - Return Life";
	it_ability = 166;
	it_value = 500;
	it_level = 7;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 12;

begindefineitem 486; 
	import = 192;
	it_name = "Nephilim Map";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 9;
	it_variety = 15;
	it_ability = 1;
	it_charges = 0;
	it_value = 0;
	
begindefineitem 487; 
	import = 192;
	it_name = "Fire Lizard Egg";	
	it_graphic_template = 51;
	it_graphic_sheet = 7;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 17;
	it_value = 0;
	it_extra_description = 30;
begindefineitem 488;
	it_name = "Drake Egg";	
	it_graphic_appearadj = 9;
	it_value = 0;
	it_extra_description = 30;

begindefineitem 489;
	import = 192;
	it_name = "Uranium Bar";
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 64;
	it_value = 500;
	it_extra_description = 31;
begindefineitem 490; 
	import = 183;
	it_name = "Pyrrhic Gauntlets";
	it_graphic_appearadj = 64;
	it_extra_description = 40;
	it_value = 2000;

	it_stats_to_affect 0 = 211;
	it_stats_addition 0 = 5;
	it_stats_to_affect 1 = 221;
	it_stats_addition 1 = 10;

begindefineitem 491; 
	import = 192;
	it_name = "Anaximander Note";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 9;
	it_charges = 0;
	it_variety = 15;
	it_value = 0;
	it_ability = 4;
 
begindefineitem 492;
	import = 0;
	it_name = "Orb of Thralni";
	it_graphic_template = 52;
	it_graphic_sheet = 3;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_variety = 15;
	it_weight = 30;	
	it_ability = 174;
	it_charges = 0;
	it_extra_description = 28;

begindefineitem 493;
	import = 5;
	it_name = "Aranea Fang";
	it_graphic_template = 52;
	it_graphic_sheet = 3;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 2;
	it_value = 5;
	it_extra_description = 27;
begindefineitem 494;
	import = 190;
	it_name = "Bag of Sugar";
	it_value = 50;
	it_charges = 0;
	it_extra_description = -1;
	it_graphic_template = 50;
	it_graphic_sheet = 7;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
begindefineitem 495; 
	import = 243;
	it_name = "Graymold Salve";
	it_graphic_template = 51;
	it_graphic_sheet = 1;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_graphic_appearadj = 2;
	it_level = 80;
	it_value = 300;
	it_ability = 168;
	it_level = 1;
begindefineitem 496; 
	import = 8;
	it_name = "Gold Nugget";
	it_graphic_template = 52;
	it_graphic_sheet = 1;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 300;

begindefineitem 497;
	import = 190;
	it_name = "Black Basalt";
	it_graphic_appearadj = 9;
	it_weight = 100;	
	it_value = 50;
	it_extra_description = 29;
	
begindefineitem 498;
	import = 120;
	it_name = "Scroll - Sanctification";
	it_ability = 169;
	it_value = 300;
	it_level = 7;
	it_graphic_appearadj = 20;


begindefineitem 499; //
	import = 212;
	it_name = "PLACEHOLDER ITEM";
	
begindefineitem 500;
	import = 120;
	it_name = "Magic For Dummies";
	it_variety = 15;
	it_graphic_template = 52;
	it_ability = 2;
	it_value = 10;
	it_charges = 0;
	it_graphic_sheet = 0;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_extra_description = 39;
begindefineitem 501;
	it_name = "Surface Life";
begindefineitem 502;
	it_name = "Tearing the Bodice";
	it_graphic_appearadj = 1;
begindefineitem 503;
	it_name = "On Weaponry";
begindefineitem 504;
	it_name = "Fury of Nephilim";
	it_graphic_appearadj = 2;
begindefineitem 505;
	it_name = "Secrets of Training";
	it_value = 25;
begindefineitem 506;
	it_name = "Roaches and You";
	it_graphic_appearadj = 4;
begindefineitem 507;
	it_name = "Faith of the Anama";
begindefineitem 508;
	it_name = "Lands of Empire";
	it_graphic_sheet = 2;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_graphic_appearadj = 0;
begindefineitem 509;
	it_name = "Empress Prazac";
	it_value = 30;
begindefineitem 510;
	it_name = "Night of Blood Fang";
	it_graphic_appearadj = 1;
begindefineitem 511;
	it_name = "Creatures of Legend";
begindefineitem 512;
	it_name = "Research Journal";
	it_graphic_appearadj = 2;
	it_value = 100;
begindefineitem 513;
	it_name = "Teleporter Notes";
	it_value = 300;
begindefineitem 514;
	it_name = "Stone Destruction";
	it_graphic_appearadj = 4;
	it_value = 10;
begindefineitem 515;
	it_name = "15 Ways To Kill";
begindefineitem 516;
	it_name = "Accounting Ledger";
	it_graphic_sheet = 2;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 0;
begindefineitem 517;
	it_name = "17";
begindefineitem 518;
	it_name = "Secrets of Wainscotting";
begindefineitem 519;
	it_name = "Blank";
	it_value = 5;
begindefineitem 520;
	it_name = "Town Records";
	it_graphic_appearadj = 1;
begindefineitem 521;
	it_name = "Cult Teleporter";
	it_value = 200;
begindefineitem 522;
	it_name = "Martial Arts";
	it_graphic_appearadj = 2;
	it_value = 20;
begindefineitem 523;
	it_name = "Knots For Sailors";
	it_value = 25;
begindefineitem 524;
	it_name = "Crystal Working";
	it_graphic_appearadj = 4;
	it_value = 100;
begindefineitem 525;
	it_name = "Slithzerikai Dawn";
begindefineitem 526;
	it_name = "Zkal's Journal";
begindefineitem 527;
	it_name = "Book - ";
begindefineitem 528;
	it_name = "Book - ";
begindefineitem 529;
	it_name = "Book - ";

begindefineitem 530;
	import = 241;
	it_name = "Crystal - Vahnatai Lore";
	it_graphic_template = 54;
	it_graphic_sheet = 7;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;

	it_value = 1000;
	it_ability = 245;
	it_level = 1;
	it_extra_description = 41;

begindefineitem 531;
	it_name = "Crystal - Hardiness";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_value = 1200;
	it_ability = 246;
begindefineitem 532;
	it_name = "Crystal - Sniper";
	it_graphic_appearadj = 1;
	it_value = 1100;
	it_ability = 247;
begindefineitem 533;
	it_name = "Crystal - Resistance";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_graphic_appearadj = 0;
	it_value = 1400;
	it_ability = 248;
begindefineitem 534;
	it_name = "Crystal - Luck";
	it_value = 1000;
	it_ability = 249;
	it_graphic_appearadj = 2;
begindefineitem 535;
	it_name = "Crystal - Efficiency";
	it_value = 1500;
	it_ability = 250;
	it_graphic_appearadj = 4;
begindefineitem 536;
	it_name = "Spellshard - Fire";
	it_extra_description = 42;
	it_ability = 118;
	it_value = 600;
	it_charges = 0;
	it_usable_each_day = 1;
	it_level = 10;

	it_graphic_template = 53;
	it_graphic_sheet = 7;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 0;
begindefineitem 537;
	it_name = "Spellshard - Lightning";
	it_ability = 90;
	it_value = 1200;
	it_level = 30;

	it_graphic_appearadj = 1;
begindefineitem 538;
	it_name = "Spellshard - Blink";
	it_ability = 178;
	it_value = 1200;
	it_level = 8;

	it_graphic_appearadj = 2;
begindefineitem 539;
	it_name = "Spellshard - Terror";
	it_ability = 127;
	it_value = 1500;

	it_graphic_appearadj = 4;
begindefineitem 540;
	it_name = "Spellshard - Shade Call";
	it_value = 700;
	it_ability = 189;

	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 1;	
	it_which_icon_inven = 0;
	it_graphic_appearadj = 0;
begindefineitem 541;
	it_name = "Spellshard - Curse Rain";
	it_value = 1300;
	it_ability = 125;

	it_graphic_appearadj = 1;
begindefineitem 542;
	it_name = "Spellshard - Domination";
	it_value = 1500;
	it_ability = 65;
	it_graphic_appearadj = 2;
begindefineitem 543;
	it_name = "Spellshard - Consecration";
	it_value = 1600;
	it_ability = 175;
	it_graphic_appearadj = 4;

begindefineitem 544; 
	import = 192;
	it_name = "Troglo Contract"; 
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 10;
	it_charges = 0;
	it_variety = 15;
	it_value = 0;
	it_ability = 3;

begindefineitem 545; 
	import = 192;
	it_name = "Bandit Map";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 12;
	it_charges = 0;
	it_variety = 15;
	it_value = 0;
	it_ability = 3;
begindefineitem 546; 
	it_name = "Recall Crystal";
	it_graphic_template = 54;
	it_graphic_sheet = 6;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_graphic_appearadj = 0;
	it_ability = 5;
begindefineitem 547; 
	import = 192;
	it_name = "Halberd Map";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 12;
	it_charges = 0;
	it_variety = 15;
	it_value = 0;
	it_ability = 3; 
begindefineitem 548; 
	import = 192;
	it_name = "Metal Note";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_graphic_appearadj = 9;
	it_charges = 0;
	it_variety = 15;
	it_value = 0;
	it_ability = 3; 
begindefineitem 549; 
	import = 500;
	it_name = "Troglo History"; 
	it_value = 0;
	it_ability = 3; 

begindefineitem 550;
	import = 195;
	it_name = "Xian Skull";
	it_graphic_appearadj = 1;
	it_value = 0;
	it_extra_description = 44;
begindefineitem 551;
	it_name = "Xian Coin";
	it_graphic_template = 51;
	it_graphic_sheet = 0;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
	it_extra_description = 44;
begindefineitem 552;
	import = 40;
	it_name = "Xian Vest";
	it_value = 0;
	it_protection = 18;
	it_graphic_appearadj = 0;
	it_extra_description = 44;

	it_stats_to_affect 0 = 25;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 23;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 16;
	it_stats_addition 2 = 2;
	it_stats_to_affect 3 = 17;
	it_stats_addition 3 = 2;
begindefineitem 553;
	import = 351;
	it_name = "Xian Slacks";
	it_value = 0;
	it_graphic_appearadj = 12;
	it_extra_description = 44;

	it_stats_to_affect 0 = 17;
	it_stats_addition 0 = 2;
	it_stats_to_affect 1 = 25;
	it_stats_addition 1 = 2;
	it_stats_to_affect 2 = 0;
	it_stats_addition 2 = -2;
begindefineitem 554;
	import = 190;
	it_name = "Xian Rock";
	it_value = 0;
	it_graphic_appearadj = 9;
	it_extra_description = 44;
begindefineitem 555;
	it_name = "Xian Harp";
	it_graphic_template = 54;
	it_graphic_sheet = 0;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;

	it_ability = 120;
	it_level = 12;
	it_usable_each_day = 1;
begindefineitem 556;
	it_name = "Xian Shrub";
	it_graphic_template = 52;
	it_graphic_sheet = 2;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_graphic_appearadj = 10;
	it_usable_each_day = 0;

	it_ability = -1;
begindefineitem 557;
	it_name = "Xian Oil Lamp";
	it_graphic_template = 52;
	it_graphic_sheet = 0;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;

	it_ability = 144;
	it_level = 15;
	it_usable_each_day = 1;
begindefineitem 558;
	it_name = "Xian Amphora";
	it_graphic_template = 51;
	it_graphic_sheet = 9;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;

	it_ability = 145;
	it_level = 3;
	it_usable_each_day = 1;
begindefineitem 559;
	it_name = "Xian Pouch";
	it_graphic_template = 50;
	it_graphic_sheet = 7;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_usable_each_day = 0;
	it_ability = -1;

begindefineitem 560;
	import = 190;
	it_name = "Unicorn Horn";
	it_graphic_template = 52;
	it_graphic_sheet = 4;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 10;
	it_extra_description = -1;
begindefineitem 561;
	it_name = "Perfect Flower";
	it_graphic_sheet = 8;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_extra_description = 38;
	it_value = 0;
begindefineitem 562;
	import = 212;
	it_name = "Carrie's Notes";

	it_charges = 0;
	it_value = 0;
	it_extra_description = 12;

begindefineitem 563;
	import = 192;
	it_name = "Bedroll";
	it_graphic_template = 54;
	it_graphic_sheet = 0;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 8;
begindefineitem 564;
	it_name = "Bellows";
	it_graphic_template = 51;
	it_graphic_sheet = 6;
	it_which_icon_ground = 12;	
	it_which_icon_inven = 12;
	it_value = 10;
begindefineitem 565;
	it_name = "Bowl of Salt";
	it_graphic_template = 54;
	it_graphic_sheet = 1;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 3;
begindefineitem 566;
	it_name = "Chisel";
	it_graphic_template = 51;
	it_graphic_sheet = 2;
	it_which_icon_ground = 12;	
	it_which_icon_inven = 12;
begindefineitem 567;
	it_name = "Comb";
	it_graphic_template = 54;
	it_graphic_sheet = 0;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
begindefineitem 568;
	it_name = "Dried Flowers";
	it_graphic_sheet = 1;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 4;
begindefineitem 569;
	it_name = "Flint and Steel";
	it_graphic_sheet = 0;
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 570;
	it_name = "Harp";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 40;
begindefineitem 571;
	it_name = "Makeup Pot";
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 10;
begindefineitem 572;
	it_name = "Marble Bust";
	it_graphic_sheet = 5;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_value = 35;
begindefineitem 573;
	it_name = "Mirror";
	it_graphic_sheet = 1;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 10;
begindefineitem 574;
	it_name = "Net";
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 6;
begindefineitem 575;
	it_name = "Sickle";
	it_which_icon_ground = 2;	
	it_which_icon_inven = 3;
begindefineitem 576;
	it_name = "Statuette";
	it_graphic_sheet = 0;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_value = 30;
begindefineitem 577;
	it_name = "Fine Vase";
	it_graphic_sheet = 5;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 40;
begindefineitem 578;
	import = 263;
	it_name = "Animal Skin";
	it_graphic_template = 51;
	it_graphic_sheet = 3;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_value = 40;
	it_charges = 1;
	
begindefineitem 579; 
	import = 263;
	it_name = "Fine Herbs";
	it_graphic_template = 54;
	it_graphic_sheet = 8;
	it_which_icon_ground = 3;	
	it_which_icon_inven = 2;
	it_value = 60;
	it_weight = 20;
	it_charges = 0;
begindefineitem 580; 
	it_name = "Fine Clothes";
	it_which_icon_ground = 1;	
	it_which_icon_inven = 0;
	it_value = 40;
begindefineitem 581; 
	import = 545;
	it_name = "Slime Map";
	it_graphic_appearadj = 10;
	
begindefineitem 590;
	import = 536;
	
	it_name = "Wand of Endless Magery";

	it_extra_description = 45;
	it_ability = 176;
	it_value = 0;
	it_graphic_appearadj = 17;

	it_graphic_template = 50;
	it_graphic_sheet = 8;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
begindefineitem 591; 
	import = 35;
	
	it_name = "Pachtar's Plate Mail";
	it_graphic_template = 54;
	it_graphic_sheet = 3;
	it_which_icon_ground = 0;	
	it_which_icon_inven = 1;
	it_value = 0;
	it_extra_description = 45;

	it_stats_to_affect 2 = 216;
	it_stats_addition 2 = 50;
	it_stats_to_affect 3 = 213;
	it_stats_addition 3 = 20;

begindefineitem 592; 
	import = 316;
	
	it_name = "Fury Bow";
	it_graphic_template = 54;
	it_graphic_sheet = 6;
	it_which_icon_ground = 4;	
	it_which_icon_inven = 5;
	it_value = 0;
	it_extra_description = 45;

	it_stats_to_affect 0 = 221;
	it_stats_addition 0 = 25;
	it_stats_to_affect 1 = 220;
	it_stats_addition 1 = 25;
	it_stats_to_affect 2 = 216;
	it_stats_addition 2 = 50;

begindefineitem 593; 
	import = 129;
	it_value = 0;
	
	it_name = "The Sacred Tower";
	it_graphic_template = 54;
	it_graphic_sheet = 2;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_extra_description = 45;

	it_stats_to_affect 2 = 204;
	it_stats_addition 2 = 20;
	it_stats_to_affect 3 = 210;
	it_stats_addition 3 = 25;

begindefineitem 594; 
	import = 389;
	it_value = 0;
	
	it_name = "The Black Halberd";
	it_graphic_template = 54;
	it_graphic_sheet = 6;
	it_which_icon_ground = 6;	
	it_which_icon_inven = 7;
	it_extra_description = 45;

	it_stats_to_affect 0 = 201;
	it_stats_addition 0 = 1;
	it_stats_to_affect 1 = 221;
	it_stats_addition 1 = 10;

begindefineitem 595;
	import = 85;
	it_name = "Warpmetal Blade";
	it_graphic_template = 50;
	it_graphic_sheet = 1;
	it_which_icon_ground = 10;	
	it_which_icon_inven = 11;
	it_value = 0;
	it_extra_description = 46;
	it_graphic_appearadj = 64;

begindefineitem 596; 
	import = 4;
	it_name = "Golem Mindstone";
	it_graphic_template = 54;
	it_graphic_sheet = 6;
	it_which_icon_ground = 8;	
	it_which_icon_inven = 9;
	it_value = 250;
	it_extra_description = 47;
